Html Css Color HEX #358FE2 Dodger Blue

📋 copy color: '#358FE2'

red 53 ◦ green 143 ◦ blue 226

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

Shades of Dodger Blue #358FE2

Tints of Dodger Blue #358FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 226 (88.67% from 255) = 53.55%

R = 12.56%
G = 33.89%
B = 53.55%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#358FE2 (or 0x358FE2) is known color: Dodger Blue. HEX triplet: 35, 8F and E2. RGB value is (53,143,226). Sum of RGB (Red+Green+Blue) = 53+143+226=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #358FE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FE2 is #CA701D. Grayscale: #7D7D7D. Windows color (decimal): -13266974 or 14847797. OLE color: 14847797.

HSL color Cylindrical-coordinate representation of color #358FE2: hue angle of 208.79º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #358FE2 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 143 226 -
CMYK 0.77 0.37 0 0.11
HSL 208.79º 0.75% 0.55% -
HSV(B) 208.79º 0.77% 0.89% -
XYZ 25.02 25.89 75.63 -
YUV 125.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 53 143 226 0.77 0.37 0 0.11 208.79 0.75 0.55
Hex 35 8F E2 4D 25 0 B D1 4B 37
Octal 65 217 342 115 45 0 13 321 113 67
Binary 110101 10001111 11100010 1001101 100101 0 1011 11010001 1001011 110111

Color Harmonies of #358FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FE2

Black with #358FE2

Text Example


Text Example

White with #358FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,226); }

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

background-color css

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

 a { background-color: rgb(53,143,226); }

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

border-color css

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

 span { border-color: rgb(53,143,226); }

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