Html Css Color HEX #359FFF Dodger Blue

📋 copy color: '#359FFF'

red 53 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #359FFF

Tints of Dodger Blue #359FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.05%

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

R = 11.35%
G = 34.05%
B = 54.6%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#359FFF (or 0x359FFF) is known color: Dodger Blue. HEX triplet: 35, 9F and FF. RGB value is (53,159,255). Sum of RGB (Red+Green+Blue) = 53+159+255=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #359FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FFF is #CA6000. Grayscale: #898989. Windows color (decimal): -13262849 or 16752437. OLE color: 16752437.

HSL color Cylindrical-coordinate representation of color #359FFF: hue angle of 208.51º 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 #359FFF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 159 255 -
CMYK 0.79 0.38 0 0
HSL 208.51º 1% 0.6% -
HSV(B) 208.51º 0.79% 1% -
XYZ 31.92 32.77 99.25 -
YUV 138.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 53 159 255 0.79 0.38 0 0 208.51 1 0.6
Hex 35 9F FF 4F 26 0 0 D1 64 3C
Octal 65 237 377 117 46 0 0 321 144 74
Binary 110101 10011111 11111111 1001111 100110 0 0 11010001 1100100 111100

Color Harmonies of #359FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FFF

Black with #359FFF

Text Example


Text Example

White with #359FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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