Html Css Color HEX #5F8DEA Cornflower Blue

📋 copy color: '#5F8DEA'

red 95 ◦ green 141 ◦ blue 234

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

Shades of Cornflower Blue #5F8DEA

Tints of Cornflower Blue #5F8DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 20.21%
G = 30%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F8DEA (or 0x5F8DEA) is known color: Cornflower Blue. HEX triplet: 5F, 8D and EA. RGB value is (95,141,234). Sum of RGB (Red+Green+Blue) = 95+141+234=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F8DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8DEA is #A07215. Grayscale: #898989. Windows color (decimal): -10514966 or 15371615. OLE color: 15371615.

HSL color Cylindrical-coordinate representation of color #5F8DEA: hue angle of 220.14º 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 #5F8DEA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 141 234 -
CMYK 0.59 0.40 0 0.08
HSL 220.14º 0.77% 0.65% -
HSV(B) 220.14º 0.59% 0.92% -
XYZ 29.1 27.42 81.6 -
YUV 137.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 95 141 234 0.59 0.40 0 0.08 220.14 0.77 0.65
Hex 5F 8D EA 3B 28 0 8 DC 4D 41
Octal 137 215 352 73 50 0 10 334 115 101
Binary 1011111 10001101 11101010 111011 101000 0 1000 11011100 1001101 1000001

Color Harmonies of #5F8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8DEA

Black with #5F8DEA

Text Example


Text Example

White with #5F8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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