Html Css Color HEX #599AF1 Cornflower Blue

📋 copy color: '#599AF1'

red 89 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #599AF1

Tints of Cornflower Blue #599AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 18.39%
G = 31.82%
B = 49.79%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#599AF1 (or 0x599AF1) is known color: Cornflower Blue. HEX triplet: 59, 9A and F1. RGB value is (89,154,241). Sum of RGB (Red+Green+Blue) = 89+154+241=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #599AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AF1 is #A6650E. Grayscale: #909090. Windows color (decimal): -10904847 or 15833689. OLE color: 15833689.

HSL color Cylindrical-coordinate representation of color #599AF1: hue angle of 214.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599AF1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 154 241 -
CMYK 0.63 0.36 0 0.05
HSL 214.34º 0.84% 0.65% -
HSV(B) 214.34º 0.63% 0.95% -
XYZ 31.55 31.59 87.65 -
YUV 144.48 182.47 88.43 -
System Red Green Blue C M Y K H S L
Decimal 89 154 241 0.63 0.36 0 0.05 214.34 0.84 0.65
Hex 59 9A F1 3F 24 0 5 D6 54 41
Octal 131 232 361 77 44 0 5 326 124 101
Binary 1011001 10011010 11110001 111111 100100 0 101 11010110 1010100 1000001

Color Harmonies of #599AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599AF1

Black with #599AF1

Text Example


Text Example

White with #599AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,154,241); }

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

background-color css

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

 a { background-color: rgb(89,154,241); }

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

border-color css

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

 span { border-color: rgb(89,154,241); }

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