Html Css Color HEX #5992F1 Cornflower Blue

📋 copy color: '#5992F1'

red 89 ◦ green 146 ◦ blue 241

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

Shades of Cornflower Blue #5992F1

Tints of Cornflower Blue #5992F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 18.7%
G = 30.67%
B = 50.63%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5992F1 (or 0x5992F1) is known color: Cornflower Blue. HEX triplet: 59, 92 and F1. RGB value is (89,146,241). Sum of RGB (Red+Green+Blue) = 89+146+241=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #5992F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992F1 is #A66D0E. Grayscale: #8B8B8B. Windows color (decimal): -10906895 or 15831641. OLE color: 15831641.

HSL color Cylindrical-coordinate representation of color #5992F1: hue angle of 217.5º 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 #5992F1 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 146 241 -
CMYK 0.63 0.39 0 0.05
HSL 217.5º 0.84% 0.65% -
HSV(B) 217.5º 0.63% 0.95% -
XYZ 30.28 29.03 87.23 -
YUV 139.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 89 146 241 0.63 0.39 0 0.05 217.5 0.84 0.65
Hex 59 92 F1 3F 27 0 5 DA 54 41
Octal 131 222 361 77 47 0 5 332 124 101
Binary 1011001 10010010 11110001 111111 100111 0 101 11011010 1010100 1000001

Color Harmonies of #5992F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992F1

Black with #5992F1

Text Example


Text Example

White with #5992F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992F1; }

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

 H1.HeaderClassName
 {
   color: #5992F1;
 }
 .AnyTagClassName
 {
   color: #5992F1;
 }
</style>

background-color css

<style>
 a { background-color: #5992F1; }

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

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

border-color css

<style>
 span { border-color: #5992F1; }

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

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