Html Css Color HEX #358EFF Dodger Blue

📋 copy color: '#358EFF'

red 53 ◦ green 142 ◦ blue 255

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

Shades of Dodger Blue #358EFF

Tints of Dodger Blue #358EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 11.78%
G = 31.56%
B = 56.67%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#358EFF (or 0x358EFF) is known color: Dodger Blue. HEX triplet: 35, 8E and FF. RGB value is (53,142,255). Sum of RGB (Red+Green+Blue) = 53+142+255=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #358EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358EFF is #CA7100. Grayscale: #7F7F7F. Windows color (decimal): -13267201 or 16748085. OLE color: 16748085.

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

Color convert

RGB 53 142 255 -
CMYK 0.79 0.44 0 0
HSL 213.56º 1% 0.6% -
HSV(B) 213.56º 0.79% 1% -
XYZ 29.19 27.32 98.34 -
YUV 128.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 53 142 255 0.79 0.44 0 0 213.56 1 0.6
Hex 35 8E FF 4F 2C 0 0 D6 64 3C
Octal 65 216 377 117 54 0 0 326 144 74
Binary 110101 10001110 11111111 1001111 101100 0 0 11010110 1100100 111100

Color Harmonies of #358EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EFF

Black with #358EFF

Text Example


Text Example

White with #358EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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