Html Css Color HEX #5F93DB Cornflower Blue

📋 copy color: '#5F93DB'

red 95 ◦ green 147 ◦ blue 219

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

Shades of Cornflower Blue #5F93DB

Tints of Cornflower Blue #5F93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 20.61%
G = 31.89%
B = 47.51%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F93DB (or 0x5F93DB) is known color: Cornflower Blue. HEX triplet: 5F, 93 and DB. RGB value is (95,147,219). Sum of RGB (Red+Green+Blue) = 95+147+219=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F93DB is #A06C24. Grayscale: #8B8B8B. Windows color (decimal): -10513445 or 14390111. OLE color: 14390111.

HSL color Cylindrical-coordinate representation of color #5F93DB: hue angle of 214.84º 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 #5F93DB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 147 219 -
CMYK 0.57 0.33 0 0.14
HSL 214.84º 0.63% 0.62% -
HSV(B) 214.84º 0.57% 0.86% -
XYZ 27.94 28.41 71.03 -
YUV 139.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 95 147 219 0.57 0.33 0 0.14 214.84 0.63 0.62
Hex 5F 93 DB 39 21 0 E D7 3F 3E
Octal 137 223 333 71 41 0 16 327 77 76
Binary 1011111 10010011 11011011 111001 100001 0 1110 11010111 111111 111110

Color Harmonies of #5F93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F93DB

Black with #5F93DB

Text Example


Text Example

White with #5F93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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