Html Css Color HEX #358FED Dodger Blue

📋 copy color: '#358FED'

red 53 ◦ green 143 ◦ blue 237

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

Shades of Dodger Blue #358FED

Tints of Dodger Blue #358FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 12.24%
G = 33.03%
B = 54.73%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#358FED (or 0x358FED) is known color: Dodger Blue. HEX triplet: 35, 8F and ED. RGB value is (53,143,237). Sum of RGB (Red+Green+Blue) = 53+143+237=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #358FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FED is #CA7012. Grayscale: #7E7E7E. Windows color (decimal): -13266963 or 15568693. OLE color: 15568693.

HSL color Cylindrical-coordinate representation of color #358FED: hue angle of 210.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #358FED is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 143 237 -
CMYK 0.78 0.40 0 0.07
HSL 210.65º 0.84% 0.57% -
HSV(B) 210.65º 0.78% 0.93% -
XYZ 26.58 26.52 83.84 -
YUV 126.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 53 143 237 0.78 0.40 0 0.07 210.65 0.84 0.57
Hex 35 8F ED 4E 28 0 7 D3 54 39
Octal 65 217 355 116 50 0 7 323 124 71
Binary 110101 10001111 11101101 1001110 101000 0 111 11010011 1010100 111001

Color Harmonies of #358FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FED

Black with #358FED

Text Example


Text Example

White with #358FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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