Html Css Color HEX #5F7EEA Cornflower Blue

📋 copy color: '#5F7EEA'

red 95 ◦ green 126 ◦ blue 234

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

Shades of Cornflower Blue #5F7EEA

Tints of Cornflower Blue #5F7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 20.88%
G = 27.69%
B = 51.43%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F7EEA (or 0x5F7EEA) is known color: Cornflower Blue. HEX triplet: 5F, 7E and EA. RGB value is (95,126,234). Sum of RGB (Red+Green+Blue) = 95+126+234=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7EEA is #A08115. Grayscale: #808080. Windows color (decimal): -10518806 or 15367775. OLE color: 15367775.

HSL color Cylindrical-coordinate representation of color #5F7EEA: hue angle of 226.62º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F7EEA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 126 234 -
CMYK 0.59 0.46 0 0.08
HSL 226.62º 0.77% 0.65% -
HSV(B) 226.62º 0.59% 0.92% -
XYZ 27.03 23.3 80.91 -
YUV 129.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 95 126 234 0.59 0.46 0 0.08 226.62 0.77 0.65
Hex 5F 7E EA 3B 2E 0 8 E3 4D 41
Octal 137 176 352 73 56 0 10 343 115 101
Binary 1011111 1111110 11101010 111011 101110 0 1000 11100011 1001101 1000001

Color Harmonies of #5F7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7EEA

Black with #5F7EEA

Text Example


Text Example

White with #5F7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,126,234); }

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

background-color css

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

 a { background-color: rgb(95,126,234); }

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

border-color css

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

 span { border-color: rgb(95,126,234); }

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