Html Css Color HEX #608BE0 Cornflower Blue

📋 copy color: '#608BE0'

red 96 ◦ green 139 ◦ blue 224

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

Shades of Cornflower Blue #608BE0

Tints of Cornflower Blue #608BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 20.92%
G = 30.28%
B = 48.8%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#608BE0 (or 0x608BE0) is known color: Cornflower Blue. HEX triplet: 60, 8B and E0. RGB value is (96,139,224). Sum of RGB (Red+Green+Blue) = 96+139+224=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #608BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BE0 is #9F741F. Grayscale: #878787. Windows color (decimal): -10449952 or 14715744. OLE color: 14715744.

HSL color Cylindrical-coordinate representation of color #608BE0: hue angle of 219.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608BE0 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 139 224 -
CMYK 0.57 0.38 0 0.12
HSL 219.84º 0.67% 0.63% -
HSV(B) 219.84º 0.57% 0.88% -
XYZ 27.51 26.33 74.15 -
YUV 135.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 96 139 224 0.57 0.38 0 0.12 219.84 0.67 0.63
Hex 60 8B E0 39 26 0 C DC 43 3F
Octal 140 213 340 71 46 0 14 334 103 77
Binary 1100000 10001011 11100000 111001 100110 0 1100 11011100 1000011 111111

Color Harmonies of #608BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BE0

Black with #608BE0

Text Example


Text Example

White with #608BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,224); }

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

background-color css

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

 a { background-color: rgb(96,139,224); }

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

border-color css

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

 span { border-color: rgb(96,139,224); }

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