Html Css Color HEX #599BFA Cornflower Blue

📋 copy color: '#599BFA'

red 89 ◦ green 155 ◦ blue 250

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

Shades of Cornflower Blue #599BFA

Tints of Cornflower Blue #599BFA

RGB

 RED value IS 89 (35.16% from 255) = 18.02%

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 18.02%
G = 31.38%
B = 50.61%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#599BFA (or 0x599BFA) is known color: Cornflower Blue. HEX triplet: 59, 9B and FA. RGB value is (89,155,250). Sum of RGB (Red+Green+Blue) = 89+155+250=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #599BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BFA is #A66405. Grayscale: #919191. Windows color (decimal): -10904582 or 16423769. OLE color: 16423769.

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

Color convert

RGB 89 155 250 -
CMYK 0.64 0.38 0 0.02
HSL 215.4º 0.94% 0.66% -
HSV(B) 215.4º 0.64% 0.98% -
XYZ 33.1 32.47 94.97 -
YUV 146.1 186.63 87.28 -
System Red Green Blue C M Y K H S L
Decimal 89 155 250 0.64 0.38 0 0.02 215.4 0.94 0.66
Hex 59 9B FA 40 26 0 2 D7 5E 42
Octal 131 233 372 100 46 0 2 327 136 102
Binary 1011001 10011011 11111010 1000000 100110 0 10 11010111 1011110 1000010

Color Harmonies of #599BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BFA

Black with #599BFA

Text Example


Text Example

White with #599BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599BFA; }

 p { color: rgb(89,155,250); }

 H1.HeaderClassName
 {
   color: #599BFA;
 }
 .AnyTagClassName
 {
   color: #599BFA;
 }
</style>

background-color css

<style>
 a { background-color: #599BFA; }

 a { background-color: rgb(89,155,250); }

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

border-color css

<style>
 span { border-color: #599BFA; }

 span { border-color: rgb(89,155,250); }

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