Html Css Color HEX #5F92FA Cornflower Blue

📋 copy color: '#5F92FA'

red 95 ◦ green 146 ◦ blue 250

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

Shades of Cornflower Blue #5F92FA

Tints of Cornflower Blue #5F92FA

RGB

 RED value IS 95 (37.5% from 255) = 19.35%

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

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

R = 19.35%
G = 29.74%
B = 50.92%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F92FA (or 0x5F92FA) is known color: Cornflower Blue. HEX triplet: 5F, 92 and FA. RGB value is (95,146,250). Sum of RGB (Red+Green+Blue) = 95+146+250=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 146 (57.42% from 255 or 29.74% 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 #5F92FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F92FA is #A06D05. Grayscale: #8E8E8E. Windows color (decimal): -10513670 or 16421471. OLE color: 16421471.

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

Color convert

RGB 95 146 250 -
CMYK 0.62 0.42 0 0.02
HSL 220.26º 0.94% 0.68% -
HSV(B) 220.26º 0.62% 0.98% -
XYZ 32.25 29.89 94.51 -
YUV 142.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 95 146 250 0.62 0.42 0 0.02 220.26 0.94 0.68
Hex 5F 92 FA 3E 2A 0 2 DC 5E 44
Octal 137 222 372 76 52 0 2 334 136 104
Binary 1011111 10010010 11111010 111110 101010 0 10 11011100 1011110 1000100

Color Harmonies of #5F92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F92FA

Black with #5F92FA

Text Example


Text Example

White with #5F92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F92FA; }

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

 H1.HeaderClassName
 {
   color: #5F92FA;
 }
 .AnyTagClassName
 {
   color: #5F92FA;
 }
</style>

background-color css

<style>
 a { background-color: #5F92FA; }

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

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

border-color css

<style>
 span { border-color: #5F92FA; }

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

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