Html Css Color HEX #5F7DED Cornflower Blue

📋 copy color: '#5F7DED'

red 95 ◦ green 125 ◦ blue 237

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

Shades of Cornflower Blue #5F7DED

Tints of Cornflower Blue #5F7DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 20.79%
G = 27.35%
B = 51.86%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F7DED (or 0x5F7DED) is known color: Cornflower Blue. HEX triplet: 5F, 7D and ED. RGB value is (95,125,237). Sum of RGB (Red+Green+Blue) = 95+125+237=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7DED is #A08212. Grayscale: #808080. Windows color (decimal): -10519059 or 15564127. OLE color: 15564127.

HSL color Cylindrical-coordinate representation of color #5F7DED: hue angle of 227.32º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7DED is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 125 237 -
CMYK 0.60 0.47 0 0.07
HSL 227.32º 0.8% 0.65% -
HSV(B) 227.32º 0.6% 0.93% -
XYZ 27.34 23.21 83.16 -
YUV 128.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 95 125 237 0.60 0.47 0 0.07 227.32 0.8 0.65
Hex 5F 7D ED 3C 2F 0 7 E3 50 41
Octal 137 175 355 74 57 0 7 343 120 101
Binary 1011111 1111101 11101101 111100 101111 0 111 11100011 1010000 1000001

Color Harmonies of #5F7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7DED

Black with #5F7DED

Text Example


Text Example

White with #5F7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,125,237); }

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

background-color css

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

 a { background-color: rgb(95,125,237); }

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

border-color css

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

 span { border-color: rgb(95,125,237); }

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