Html Css Color HEX #359EFC Dodger Blue

📋 copy color: '#359EFC'

red 53 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #359EFC

Tints of Dodger Blue #359EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 11.45%
G = 34.13%
B = 54.43%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#359EFC (or 0x359EFC) is known color: Dodger Blue. HEX triplet: 35, 9E and FC. RGB value is (53,158,252). Sum of RGB (Red+Green+Blue) = 53+158+252=463 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.45% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #359EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EFC is #CA6103. Grayscale: #888888. Windows color (decimal): -13263108 or 16555573. OLE color: 16555573.

HSL color Cylindrical-coordinate representation of color #359EFC: hue angle of 208.34º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359EFC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 158 252 -
CMYK 0.79 0.37 0 0.01
HSL 208.34º 0.97% 0.6% -
HSV(B) 208.34º 0.79% 0.99% -
XYZ 31.27 32.24 96.67 -
YUV 137.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 53 158 252 0.79 0.37 0 0.01 208.34 0.97 0.6
Hex 35 9E FC 4F 25 0 1 D0 61 3C
Octal 65 236 374 117 45 0 1 320 141 74
Binary 110101 10011110 11111100 1001111 100101 0 1 11010000 1100001 111100

Color Harmonies of #359EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EFC

Black with #359EFC

Text Example


Text Example

White with #359EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359EFC; }

 p { color: rgb(53,158,252); }

 H1.HeaderClassName
 {
   color: #359EFC;
 }
 .AnyTagClassName
 {
   color: #359EFC;
 }
</style>

background-color css

<style>
 a { background-color: #359EFC; }

 a { background-color: rgb(53,158,252); }

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

border-color css

<style>
 span { border-color: #359EFC; }

 span { border-color: rgb(53,158,252); }

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