Html Css Color HEX #359FFD Dodger Blue

📋 copy color: '#359FFD'

red 53 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #359FFD

Tints of Dodger Blue #359FFD

RGB

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

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

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

R = 11.4%
G = 34.19%
B = 54.41%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#359FFD (or 0x359FFD) is known color: Dodger Blue. HEX triplet: 35, 9F and FD. RGB value is (53,159,253). Sum of RGB (Red+Green+Blue) = 53+159+253=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #359FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359FFD is #CA6002. Grayscale: #898989. Windows color (decimal): -13262851 or 16621365. OLE color: 16621365.

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

Color convert

RGB 53 159 253 -
CMYK 0.79 0.37 0 0.01
HSL 208.2º 0.98% 0.6% -
HSV(B) 208.2º 0.79% 0.99% -
XYZ 31.6 32.65 97.56 -
YUV 138.02 192.88 67.36 -
System Red Green Blue C M Y K H S L
Decimal 53 159 253 0.79 0.37 0 0.01 208.2 0.98 0.6
Hex 35 9F FD 4F 25 0 1 D0 62 3C
Octal 65 237 375 117 45 0 1 320 142 74
Binary 110101 10011111 11111101 1001111 100101 0 1 11010000 1100010 111100

Color Harmonies of #359FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FFD

Black with #359FFD

Text Example


Text Example

White with #359FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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