Html Css Color HEX #55A9FD Cornflower Blue

📋 copy color: '#55A9FD'

red 85 ◦ green 169 ◦ blue 253

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

Shades of Cornflower Blue #55A9FD

Tints of Cornflower Blue #55A9FD

RGB

 RED value IS 85 (33.59% from 255) = 16.77%

 GREEN value IS 169 (66.41% from 255) = 33.33%

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

R = 16.77%
G = 33.33%
B = 49.9%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55A9FD (or 0x55A9FD) is known color: Cornflower Blue. HEX triplet: 55, A9 and FD. RGB value is (85,169,253). Sum of RGB (Red+Green+Blue) = 85+169+253=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #55A9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A9FD is #AA5602. Grayscale: #999999. Windows color (decimal): -11163139 or 16623957. OLE color: 16623957.

HSL color Cylindrical-coordinate representation of color #55A9FD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A9FD is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 169 253 -
CMYK 0.66 0.33 0 0.01
HSL 210º 0.98% 0.66% -
HSV(B) 210º 0.66% 0.99% -
XYZ 35.66 37.4 98.27 -
YUV 153.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 85 169 253 0.66 0.33 0 0.01 210 0.98 0.66
Hex 55 A9 FD 42 21 0 1 D2 62 42
Octal 125 251 375 102 41 0 1 322 142 102
Binary 1010101 10101001 11111101 1000010 100001 0 1 11010010 1100010 1000010

Color Harmonies of #55A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A9FD

Black with #55A9FD

Text Example


Text Example

White with #55A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A9FD; }

 p { color: rgb(85,169,253); }

 H1.HeaderClassName
 {
   color: #55A9FD;
 }
 .AnyTagClassName
 {
   color: #55A9FD;
 }
</style>

background-color css

<style>
 a { background-color: #55A9FD; }

 a { background-color: rgb(85,169,253); }

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

border-color css

<style>
 span { border-color: #55A9FD; }

 span { border-color: rgb(85,169,253); }

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