Html Css Color HEX #359DFB Dodger Blue

📋 copy color: '#359DFB'

red 53 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #359DFB

Tints of Dodger Blue #359DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

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

R = 11.5%
G = 34.06%
B = 54.45%

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

#359DFB (or 0x359DFB) is known color: Dodger Blue. HEX triplet: 35, 9D and FB. RGB value is (53,157,251). Sum of RGB (Red+Green+Blue) = 53+157+251=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #359DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DFB is #CA6204. Grayscale: #888888. Windows color (decimal): -13263365 or 16489781. OLE color: 16489781.

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

Color convert

RGB 53 157 251 -
CMYK 0.79 0.37 0 0.02
HSL 208.48º 0.96% 0.6% -
HSV(B) 208.48º 0.79% 0.98% -
XYZ 30.94 31.84 95.78 -
YUV 136.62 192.54 68.36 -
System Red Green Blue C M Y K H S L
Decimal 53 157 251 0.79 0.37 0 0.02 208.48 0.96 0.6
Hex 35 9D FB 4F 25 0 2 D0 60 3C
Octal 65 235 373 117 45 0 2 320 140 74
Binary 110101 10011101 11111011 1001111 100101 0 10 11010000 1100000 111100

Color Harmonies of #359DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DFB

Black with #359DFB

Text Example


Text Example

White with #359DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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