Html Css Color HEX #5F82DB Cornflower Blue

📋 copy color: '#5F82DB'

red 95 ◦ green 130 ◦ blue 219

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

Shades of Cornflower Blue #5F82DB

Tints of Cornflower Blue #5F82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 21.4%
G = 29.28%
B = 49.32%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F82DB (or 0x5F82DB) is known color: Cornflower Blue. HEX triplet: 5F, 82 and DB. RGB value is (95,130,219). Sum of RGB (Red+Green+Blue) = 95+130+219=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F82DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F82DB is #A07D24. Grayscale: #818181. Windows color (decimal): -10517797 or 14385759. OLE color: 14385759.

HSL color Cylindrical-coordinate representation of color #5F82DB: hue angle of 223.06º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F82DB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 130 219 -
CMYK 0.57 0.41 0 0.14
HSL 223.06º 0.63% 0.62% -
HSV(B) 223.06º 0.57% 0.86% -
XYZ 25.49 23.51 70.21 -
YUV 129.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 95 130 219 0.57 0.41 0 0.14 223.06 0.63 0.62
Hex 5F 82 DB 39 29 0 E DF 3F 3E
Octal 137 202 333 71 51 0 16 337 77 76
Binary 1011111 10000010 11011011 111001 101001 0 1110 11011111 111111 111110

Color Harmonies of #5F82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F82DB

Black with #5F82DB

Text Example


Text Example

White with #5F82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,130,219); }

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

background-color css

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

 a { background-color: rgb(95,130,219); }

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

border-color css

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

 span { border-color: rgb(95,130,219); }

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