Html Css Color HEX #5D81DF Cornflower Blue

📋 copy color: '#5D81DF'

red 93 ◦ green 129 ◦ blue 223

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

Shades of Cornflower Blue #5D81DF

Tints of Cornflower Blue #5D81DF

RGB

 RED value IS 93 (36.72% from 255) = 20.9%

 GREEN value IS 129 (50.78% from 255) = 28.99%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 20.9%
G = 28.99%
B = 50.11%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D81DF (or 0x5D81DF) is known color: Cornflower Blue. HEX triplet: 5D, 81 and DF. RGB value is (93,129,223). Sum of RGB (Red+Green+Blue) = 93+129+223=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D81DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D81DF is #A27E20. Grayscale: #808080. Windows color (decimal): -10649121 or 14647645. OLE color: 14647645.

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

Color convert

RGB 93 129 223 -
CMYK 0.58 0.42 0 0.13
HSL 223.38º 0.67% 0.62% -
HSV(B) 223.38º 0.58% 0.87% -
XYZ 25.68 23.36 72.97 -
YUV 128.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 93 129 223 0.58 0.42 0 0.13 223.38 0.67 0.62
Hex 5D 81 DF 3A 2A 0 D DF 43 3E
Octal 135 201 337 72 52 0 15 337 103 76
Binary 1011101 10000001 11011111 111010 101010 0 1101 11011111 1000011 111110

Color Harmonies of #5D81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D81DF

Black with #5D81DF

Text Example


Text Example

White with #5D81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,129,223); }

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

background-color css

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

 a { background-color: rgb(93,129,223); }

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

border-color css

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

 span { border-color: rgb(93,129,223); }

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