Html Css Color HEX #5F77F9 Cornflower Blue

📋 copy color: '#5F77F9'

red 95 ◦ green 119 ◦ blue 249

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

Shades of Cornflower Blue #5F77F9

Tints of Cornflower Blue #5F77F9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 20.52%
G = 25.7%
B = 53.78%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F77F9 (or 0x5F77F9) is known color: Cornflower Blue. HEX triplet: 5F, 77 and F9. RGB value is (95,119,249). Sum of RGB (Red+Green+Blue) = 95+119+249=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #5F77F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F77F9 is #A08806. Grayscale: #7E7E7E. Windows color (decimal): -10520583 or 16349023. OLE color: 16349023.

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

Color convert

RGB 95 119 249 -
CMYK 0.62 0.52 0 0.02
HSL 230.65º 0.93% 0.67% -
HSV(B) 230.65º 0.62% 0.98% -
XYZ 28.42 22.47 92.46 -
YUV 126.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 95 119 249 0.62 0.52 0 0.02 230.65 0.93 0.67
Hex 5F 77 F9 3E 34 0 2 E7 5D 43
Octal 137 167 371 76 64 0 2 347 135 103
Binary 1011111 1110111 11111001 111110 110100 0 10 11100111 1011101 1000011

Color Harmonies of #5F77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F77F9

Black with #5F77F9

Text Example


Text Example

White with #5F77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,119,249); }

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

background-color css

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

 a { background-color: rgb(95,119,249); }

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

border-color css

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

 span { border-color: rgb(95,119,249); }

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