Html Css Color HEX #5F7CDE Cornflower Blue

📋 copy color: '#5F7CDE'

red 95 ◦ green 124 ◦ blue 222

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

Shades of Cornflower Blue #5F7CDE

Tints of Cornflower Blue #5F7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 21.54%
G = 28.12%
B = 50.34%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F7CDE (or 0x5F7CDE) is known color: Cornflower Blue. HEX triplet: 5F, 7C and DE. RGB value is (95,124,222). Sum of RGB (Red+Green+Blue) = 95+124+222=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7CDE is #A08321. Grayscale: #7E7E7E. Windows color (decimal): -10519330 or 14580831. OLE color: 14580831.

HSL color Cylindrical-coordinate representation of color #5F7CDE: hue angle of 226.3º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7CDE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 124 222 -
CMYK 0.57 0.44 0 0.13
HSL 226.3º 0.66% 0.62% -
HSV(B) 226.3º 0.57% 0.87% -
XYZ 25.11 22.12 72.05 -
YUV 126.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 95 124 222 0.57 0.44 0 0.13 226.3 0.66 0.62
Hex 5F 7C DE 39 2C 0 D E2 42 3E
Octal 137 174 336 71 54 0 15 342 102 76
Binary 1011111 1111100 11011110 111001 101100 0 1101 11100010 1000010 111110

Color Harmonies of #5F7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7CDE

Black with #5F7CDE

Text Example


Text Example

White with #5F7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,124,222); }

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

background-color css

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

 a { background-color: rgb(95,124,222); }

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

border-color css

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

 span { border-color: rgb(95,124,222); }

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