Html Css Color HEX #608ADD Cornflower Blue

📋 copy color: '#608ADD'

red 96 ◦ green 138 ◦ blue 221

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

Shades of Cornflower Blue #608ADD

Tints of Cornflower Blue #608ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

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

R = 21.1%
G = 30.33%
B = 48.57%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#608ADD (or 0x608ADD) is known color: Cornflower Blue. HEX triplet: 60, 8A and DD. RGB value is (96,138,221). Sum of RGB (Red+Green+Blue) = 96+138+221=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #608ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADD is #9F7522. Grayscale: #868686. Windows color (decimal): -10450211 or 14518880. OLE color: 14518880.

HSL color Cylindrical-coordinate representation of color #608ADD: hue angle of 219.84º 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 #608ADD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 138 221 -
CMYK 0.57 0.38 0 0.13
HSL 219.84º 0.65% 0.62% -
HSV(B) 219.84º 0.57% 0.87% -
XYZ 26.96 25.88 71.98 -
YUV 134.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 96 138 221 0.57 0.38 0 0.13 219.84 0.65 0.62
Hex 60 8A DD 39 26 0 D DC 41 3E
Octal 140 212 335 71 46 0 15 334 101 76
Binary 1100000 10001010 11011101 111001 100110 0 1101 11011100 1000001 111110

Color Harmonies of #608ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ADD

Black with #608ADD

Text Example


Text Example

White with #608ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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