Html Css Color HEX #359FFB Dodger Blue

📋 copy color: '#359FFB'

red 53 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #359FFB

Tints of Dodger Blue #359FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 11.45%
G = 34.34%
B = 54.21%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#359FFB (or 0x359FFB) is known color: Dodger Blue. HEX triplet: 35, 9F and FB. RGB value is (53,159,251). Sum of RGB (Red+Green+Blue) = 53+159+251=463 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.45% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #359FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FFB is #CA6004. Grayscale: #898989. Windows color (decimal): -13262853 or 16490293. OLE color: 16490293.

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

Color convert

RGB 53 159 251 -
CMYK 0.79 0.37 0 0.02
HSL 207.88º 0.96% 0.6% -
HSV(B) 207.88º 0.79% 0.98% -
XYZ 31.28 32.52 95.89 -
YUV 137.79 191.88 67.52 -
System Red Green Blue C M Y K H S L
Decimal 53 159 251 0.79 0.37 0 0.02 207.88 0.96 0.6
Hex 35 9F FB 4F 25 0 2 D0 60 3C
Octal 65 237 373 117 45 0 2 320 140 74
Binary 110101 10011111 11111011 1001111 100101 0 10 11010000 1100000 111100

Color Harmonies of #359FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FFB

Black with #359FFB

Text Example


Text Example

White with #359FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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