Html Css Color HEX #32A5FD Dodger Blue

📋 copy color: '#32A5FD'

red 50 ◦ green 165 ◦ blue 253

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

Shades of Dodger Blue #32A5FD

Tints of Dodger Blue #32A5FD

RGB

 RED value IS 50 (19.92% from 255) = 10.68%

 GREEN value IS 165 (64.84% from 255) = 35.26%

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

R = 10.68%
G = 35.26%
B = 54.06%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#32A5FD (or 0x32A5FD) is known color: Dodger Blue. HEX triplet: 32, A5 and FD. RGB value is (50,165,253). Sum of RGB (Red+Green+Blue) = 50+165+253=468 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.68% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #32A5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A5FD is #CD5A02. Grayscale: #8C8C8C. Windows color (decimal): -13457923 or 16622898. OLE color: 16622898.

HSL color Cylindrical-coordinate representation of color #32A5FD: hue angle of 206.01º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32A5FD is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 165 253 -
CMYK 0.80 0.35 0 0.01
HSL 206.01º 0.98% 0.59% -
HSV(B) 206.01º 0.8% 0.99% -
XYZ 32.5 34.68 97.91 -
YUV 140.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 50 165 253 0.80 0.35 0 0.01 206.01 0.98 0.59
Hex 32 A5 FD 50 23 0 1 CE 62 3B
Octal 62 245 375 120 43 0 1 316 142 73
Binary 110010 10100101 11111101 1010000 100011 0 1 11001110 1100010 111011

Color Harmonies of #32A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A5FD

Black with #32A5FD

Text Example


Text Example

White with #32A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A5FD; }

 p { color: rgb(50,165,253); }

 H1.HeaderClassName
 {
   color: #32A5FD;
 }
 .AnyTagClassName
 {
   color: #32A5FD;
 }
</style>

background-color css

<style>
 a { background-color: #32A5FD; }

 a { background-color: rgb(50,165,253); }

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

border-color css

<style>
 span { border-color: #32A5FD; }

 span { border-color: rgb(50,165,253); }

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