Html Css Color HEX #358EFE Dodger Blue

📋 copy color: '#358EFE'

red 53 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #358EFE

Tints of Dodger Blue #358EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 11.8%
G = 31.63%
B = 56.57%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#358EFE (or 0x358EFE) is known color: Dodger Blue. HEX triplet: 35, 8E and FE. RGB value is (53,142,254). Sum of RGB (Red+Green+Blue) = 53+142+254=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #358EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EFE is #CA7101. Grayscale: #7F7F7F. Windows color (decimal): -13267202 or 16682549. OLE color: 16682549.

HSL color Cylindrical-coordinate representation of color #358EFE: hue angle of 213.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358EFE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 142 254 -
CMYK 0.79 0.44 0 0.00
HSL 213.43º 0.99% 0.6% -
HSV(B) 213.43º 0.79% 1% -
XYZ 29.03 27.26 97.5 -
YUV 128.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 53 142 254 0.79 0.44 0 0.00 213.43 0.99 0.6
Hex 35 8E FE 4F 2C 0 0 D5 63 3C
Octal 65 216 376 117 54 0 0 325 143 74
Binary 110101 10001110 11111110 1001111 101100 0 0 11010101 1100011 111100

Color Harmonies of #358EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EFE

Black with #358EFE

Text Example


Text Example

White with #358EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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