Html Css Color HEX #359CF6 Dodger Blue

📋 copy color: '#359CF6'

red 53 ◦ green 156 ◦ blue 246

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

Shades of Dodger Blue #359CF6

Tints of Dodger Blue #359CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 11.65%
G = 34.29%
B = 54.07%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#359CF6 (or 0x359CF6) is known color: Dodger Blue. HEX triplet: 35, 9C and F6. RGB value is (53,156,246). Sum of RGB (Red+Green+Blue) = 53+156+246=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #359CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CF6 is #CA6309. Grayscale: #878787. Windows color (decimal): -13263626 or 16161845. OLE color: 16161845.

HSL color Cylindrical-coordinate representation of color #359CF6: hue angle of 207.98º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359CF6 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 156 246 -
CMYK 0.78 0.37 0 0.04
HSL 207.98º 0.91% 0.59% -
HSV(B) 207.98º 0.78% 0.96% -
XYZ 29.99 31.19 91.63 -
YUV 135.46 190.38 69.18 -
System Red Green Blue C M Y K H S L
Decimal 53 156 246 0.78 0.37 0 0.04 207.98 0.91 0.59
Hex 35 9C F6 4E 25 0 4 D0 5B 3B
Octal 65 234 366 116 45 0 4 320 133 73
Binary 110101 10011100 11110110 1001110 100101 0 100 11010000 1011011 111011

Color Harmonies of #359CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CF6

Black with #359CF6

Text Example


Text Example

White with #359CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,246); }

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

background-color css

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

 a { background-color: rgb(53,156,246); }

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

border-color css

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

 span { border-color: rgb(53,156,246); }

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