Html Css Color HEX #358CF9 Dodger Blue

📋 copy color: '#358CF9'

red 53 ◦ green 140 ◦ blue 249

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

Shades of Dodger Blue #358CF9

Tints of Dodger Blue #358CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 11.99%
G = 31.67%
B = 56.33%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#358CF9 (or 0x358CF9) is known color: Dodger Blue. HEX triplet: 35, 8C and F9. RGB value is (53,140,249). Sum of RGB (Red+Green+Blue) = 53+140+249=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #358CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358CF9 is #CA7306. Grayscale: #7D7D7D. Windows color (decimal): -13267719 or 16354357. OLE color: 16354357.

HSL color Cylindrical-coordinate representation of color #358CF9: hue angle of 213.37º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358CF9 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 140 249 -
CMYK 0.79 0.44 0 0.02
HSL 213.37º 0.94% 0.59% -
HSV(B) 213.37º 0.79% 0.98% -
XYZ 27.95 26.35 93.24 -
YUV 126.41 197.18 75.64 -
System Red Green Blue C M Y K H S L
Decimal 53 140 249 0.79 0.44 0 0.02 213.37 0.94 0.59
Hex 35 8C F9 4F 2C 0 2 D5 5E 3B
Octal 65 214 371 117 54 0 2 325 136 73
Binary 110101 10001100 11111001 1001111 101100 0 10 11010101 1011110 111011

Color Harmonies of #358CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CF9

Black with #358CF9

Text Example


Text Example

White with #358CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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