Html Css Color HEX #358CEB Dodger Blue

📋 copy color: '#358CEB'

red 53 ◦ green 140 ◦ blue 235

#358CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #358CEB

Tints of Dodger Blue #358CEB

RGB

 RED value IS 53 (21.09% from 255) = 12.38%

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 12.38%
G = 32.71%
B = 54.91%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#358CEB (or 0x358CEB) is known color: Dodger Blue. HEX triplet: 35, 8C and EB. RGB value is (53,140,235). Sum of RGB (Red+Green+Blue) = 53+140+235=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #358CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CEB is #CA7314. Grayscale: #7C7C7C. Windows color (decimal): -13267733 or 15436853. OLE color: 15436853.

HSL color Cylindrical-coordinate representation of color #358CEB: hue angle of 211.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358CEB is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 140 235 -
CMYK 0.77 0.40 0 0.08
HSL 211.32º 0.82% 0.56% -
HSV(B) 211.32º 0.77% 0.92% -
XYZ 25.84 25.51 82.16 -
YUV 124.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 53 140 235 0.77 0.40 0 0.08 211.32 0.82 0.56
Hex 35 8C EB 4D 28 0 8 D3 52 38
Octal 65 214 353 115 50 0 10 323 122 70
Binary 110101 10001100 11101011 1001101 101000 0 1000 11010011 1010010 111000

Color Harmonies of #358CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CEB

Black with #358CEB

Text Example


Text Example

White with #358CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358CEB; }

 p { color: rgb(53,140,235); }

 H1.HeaderClassName
 {
   color: #358CEB;
 }
 .AnyTagClassName
 {
   color: #358CEB;
 }
</style>

background-color css

<style>
 a { background-color: #358CEB; }

 a { background-color: rgb(53,140,235); }

 div.DivClassName
 {
   background-color: #358CEB;
 }
 .BgClassName
 {
   background-color: #358CEB;
 }
</style>

border-color css

<style>
 span { border-color: #358CEB; }

 span { border-color: rgb(53,140,235); }

 td.TdClassName
 {
   border-color: #358CEB;
 }
 .TagClassName
 {
   border-color: #358CEB;
 }
</style>