Html Css Color HEX #5892FA Cornflower Blue

📋 copy color: '#5892FA'

red 88 ◦ green 146 ◦ blue 250

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

Shades of Cornflower Blue #5892FA

Tints of Cornflower Blue #5892FA

RGB

 RED value IS 88 (34.77% from 255) = 18.18%

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

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

R = 18.18%
G = 30.17%
B = 51.65%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5892FA (or 0x5892FA) is known color: Cornflower Blue. HEX triplet: 58, 92 and FA. RGB value is (88,146,250). Sum of RGB (Red+Green+Blue) = 88+146+250=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #5892FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5892FA is #A76D05. Grayscale: #8C8C8C. Windows color (decimal): -10972422 or 16421464. OLE color: 16421464.

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

Color convert

RGB 88 146 250 -
CMYK 0.65 0.42 0 0.02
HSL 218.52º 0.94% 0.66% -
HSV(B) 218.52º 0.65% 0.98% -
XYZ 31.56 29.53 94.48 -
YUV 140.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 88 146 250 0.65 0.42 0 0.02 218.52 0.94 0.66
Hex 58 92 FA 41 2A 0 2 DB 5E 42
Octal 130 222 372 101 52 0 2 333 136 102
Binary 1011000 10010010 11111010 1000001 101010 0 10 11011011 1011110 1000010

Color Harmonies of #5892FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5892FA

Black with #5892FA

Text Example


Text Example

White with #5892FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5892FA; }

 p { color: rgb(88,146,250); }

 H1.HeaderClassName
 {
   color: #5892FA;
 }
 .AnyTagClassName
 {
   color: #5892FA;
 }
</style>

background-color css

<style>
 a { background-color: #5892FA; }

 a { background-color: rgb(88,146,250); }

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

border-color css

<style>
 span { border-color: #5892FA; }

 span { border-color: rgb(88,146,250); }

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