Html Css Color HEX #559CFA Cornflower Blue

📋 copy color: '#559CFA'

red 85 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #559CFA

Tints of Cornflower Blue #559CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 17.31%
G = 31.77%
B = 50.92%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#559CFA (or 0x559CFA) is known color: Cornflower Blue. HEX triplet: 55, 9C and FA. RGB value is (85,156,250). Sum of RGB (Red+Green+Blue) = 85+156+250=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #559CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CFA is #AA6305. Grayscale: #919191. Windows color (decimal): -11166470 or 16424021. OLE color: 16424021.

HSL color Cylindrical-coordinate representation of color #559CFA: hue angle of 214.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559CFA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 156 250 -
CMYK 0.66 0.38 0 0.02
HSL 214.18º 0.94% 0.66% -
HSV(B) 214.18º 0.66% 0.98% -
XYZ 32.89 32.61 95 -
YUV 145.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 85 156 250 0.66 0.38 0 0.02 214.18 0.94 0.66
Hex 55 9C FA 42 26 0 2 D6 5E 42
Octal 125 234 372 102 46 0 2 326 136 102
Binary 1010101 10011100 11111010 1000010 100110 0 10 11010110 1011110 1000010

Color Harmonies of #559CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CFA

Black with #559CFA

Text Example


Text Example

White with #559CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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