Html Css Color HEX #608EDB Cornflower Blue

📋 copy color: '#608EDB'

red 96 ◦ green 142 ◦ blue 219

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

Shades of Cornflower Blue #608EDB

Tints of Cornflower Blue #608EDB

RGB

 RED value IS 96 (37.89% from 255) = 21.01%

 GREEN value IS 142 (55.86% from 255) = 31.07%

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

R = 21.01%
G = 31.07%
B = 47.92%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#608EDB (or 0x608EDB) is known color: Cornflower Blue. HEX triplet: 60, 8E and DB. RGB value is (96,142,219). Sum of RGB (Red+Green+Blue) = 96+142+219=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #608EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EDB is #9F7124. Grayscale: #888888. Windows color (decimal): -10449189 or 14388832. OLE color: 14388832.

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

Color convert

RGB 96 142 219 -
CMYK 0.56 0.35 0 0.14
HSL 217.56º 0.63% 0.62% -
HSV(B) 217.56º 0.56% 0.86% -
XYZ 27.28 26.95 70.78 -
YUV 137.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 96 142 219 0.56 0.35 0 0.14 217.56 0.63 0.62
Hex 60 8E DB 38 23 0 E DA 3F 3E
Octal 140 216 333 70 43 0 16 332 77 76
Binary 1100000 10001110 11011011 111000 100011 0 1110 11011010 111111 111110

Color Harmonies of #608EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608EDB

Black with #608EDB

Text Example


Text Example

White with #608EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608EDB; }

 p { color: rgb(96,142,219); }

 H1.HeaderClassName
 {
   color: #608EDB;
 }
 .AnyTagClassName
 {
   color: #608EDB;
 }
</style>

background-color css

<style>
 a { background-color: #608EDB; }

 a { background-color: rgb(96,142,219); }

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

border-color css

<style>
 span { border-color: #608EDB; }

 span { border-color: rgb(96,142,219); }

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