Html Css Color HEX #358EF8 Dodger Blue

📋 copy color: '#358EF8'

red 53 ◦ green 142 ◦ blue 248

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

Shades of Dodger Blue #358EF8

Tints of Dodger Blue #358EF8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 11.96%
G = 32.05%
B = 55.98%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#358EF8 (or 0x358EF8) is known color: Dodger Blue. HEX triplet: 35, 8E and F8. RGB value is (53,142,248). Sum of RGB (Red+Green+Blue) = 53+142+248=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #358EF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EF8 is #CA7107. Grayscale: #7E7E7E. Windows color (decimal): -13267208 or 16289333. OLE color: 16289333.

HSL color Cylindrical-coordinate representation of color #358EF8: hue angle of 212.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358EF8 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 142 248 -
CMYK 0.79 0.43 0 0.03
HSL 212.62º 0.93% 0.59% -
HSV(B) 212.62º 0.79% 0.97% -
XYZ 28.08 26.88 92.52 -
YUV 127.47 196.01 74.88 -
System Red Green Blue C M Y K H S L
Decimal 53 142 248 0.79 0.43 0 0.03 212.62 0.93 0.59
Hex 35 8E F8 4F 2B 0 3 D5 5D 3B
Octal 65 216 370 117 53 0 3 325 135 73
Binary 110101 10001110 11111000 1001111 101011 0 11 11010101 1011101 111011

Color Harmonies of #358EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EF8

Black with #358EF8

Text Example


Text Example

White with #358EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,248); }

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

background-color css

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

 a { background-color: rgb(53,142,248); }

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

border-color css

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

 span { border-color: rgb(53,142,248); }

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