Html Css Color HEX #608EDD Cornflower Blue

📋 copy color: '#608EDD'

red 96 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #608EDD

Tints of Cornflower Blue #608EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 20.92%
G = 30.94%
B = 48.15%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#608EDD (or 0x608EDD) is known color: Cornflower Blue. HEX triplet: 60, 8E and DD. RGB value is (96,142,221). Sum of RGB (Red+Green+Blue) = 96+142+221=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #608EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EDD is #9F7122. Grayscale: #888888. Windows color (decimal): -10449187 or 14519904. OLE color: 14519904.

HSL color Cylindrical-coordinate representation of color #608EDD: hue angle of 217.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608EDD is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 142 221 -
CMYK 0.57 0.36 0 0.13
HSL 217.92º 0.65% 0.62% -
HSV(B) 217.92º 0.57% 0.87% -
XYZ 27.55 27.05 72.18 -
YUV 137.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 96 142 221 0.57 0.36 0 0.13 217.92 0.65 0.62
Hex 60 8E DD 39 24 0 D DA 41 3E
Octal 140 216 335 71 44 0 15 332 101 76
Binary 1100000 10001110 11011101 111001 100100 0 1101 11011010 1000001 111110

Color Harmonies of #608EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608EDD

Black with #608EDD

Text Example


Text Example

White with #608EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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