Html Css Color HEX #559CFD Cornflower Blue

📋 copy color: '#559CFD'

red 85 ◦ green 156 ◦ blue 253

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

Shades of Cornflower Blue #559CFD

Tints of Cornflower Blue #559CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 17.21%
G = 31.58%
B = 51.21%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#559CFD (or 0x559CFD) is known color: Cornflower Blue. HEX triplet: 55, 9C and FD. RGB value is (85,156,253). Sum of RGB (Red+Green+Blue) = 85+156+253=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #559CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CFD is #AA6302. Grayscale: #919191. Windows color (decimal): -11166467 or 16620629. OLE color: 16620629.

HSL color Cylindrical-coordinate representation of color #559CFD: hue angle of 214.64º 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 #559CFD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 156 253 -
CMYK 0.66 0.38 0 0.01
HSL 214.64º 0.98% 0.66% -
HSV(B) 214.64º 0.66% 0.99% -
XYZ 33.36 32.8 97.5 -
YUV 145.83 188.48 84.61 -
System Red Green Blue C M Y K H S L
Decimal 85 156 253 0.66 0.38 0 0.01 214.64 0.98 0.66
Hex 55 9C FD 42 26 0 1 D7 62 42
Octal 125 234 375 102 46 0 1 327 142 102
Binary 1010101 10011100 11111101 1000010 100110 0 1 11010111 1100010 1000010

Color Harmonies of #559CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CFD

Black with #559CFD

Text Example


Text Example

White with #559CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559CFD; }

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

 H1.HeaderClassName
 {
   color: #559CFD;
 }
 .AnyTagClassName
 {
   color: #559CFD;
 }
</style>

background-color css

<style>
 a { background-color: #559CFD; }

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

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

border-color css

<style>
 span { border-color: #559CFD; }

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

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