Html Css Color HEX #359BFD Dodger Blue

📋 copy color: '#359BFD'

red 53 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #359BFD

Tints of Dodger Blue #359BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 11.5%
G = 33.62%
B = 54.88%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#359BFD (or 0x359BFD) is known color: Dodger Blue. HEX triplet: 35, 9B and FD. RGB value is (53,155,253). Sum of RGB (Red+Green+Blue) = 53+155+253=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #359BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BFD is #CA6402. Grayscale: #878787. Windows color (decimal): -13263875 or 16620341. OLE color: 16620341.

HSL color Cylindrical-coordinate representation of color #359BFD: hue angle of 209.4º degrees, saturation: 0.98, 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 #359BFD is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 155 253 -
CMYK 0.79 0.39 0 0.01
HSL 209.4º 0.98% 0.6% -
HSV(B) 209.4º 0.79% 0.99% -
XYZ 30.92 31.29 97.34 -
YUV 135.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 53 155 253 0.79 0.39 0 0.01 209.4 0.98 0.6
Hex 35 9B FD 4F 27 0 1 D1 62 3C
Octal 65 233 375 117 47 0 1 321 142 74
Binary 110101 10011011 11111101 1001111 100111 0 1 11010001 1100010 111100

Color Harmonies of #359BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BFD

Black with #359BFD

Text Example


Text Example

White with #359BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,253); }

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

background-color css

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

 a { background-color: rgb(53,155,253); }

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

border-color css

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

 span { border-color: rgb(53,155,253); }

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