Html Css Color HEX #608DDD Cornflower Blue

📋 copy color: '#608DDD'

red 96 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #608DDD

Tints of Cornflower Blue #608DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

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

R = 20.96%
G = 30.79%
B = 48.25%

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

#608DDD (or 0x608DDD) is known color: Cornflower Blue. HEX triplet: 60, 8D and DD. RGB value is (96,141,221). Sum of RGB (Red+Green+Blue) = 96+141+221=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #608DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DDD is #9F7222. Grayscale: #888888. Windows color (decimal): -10449443 or 14519648. OLE color: 14519648.

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

Color convert

RGB 96 141 221 -
CMYK 0.57 0.36 0 0.13
HSL 218.4º 0.65% 0.62% -
HSV(B) 218.4º 0.57% 0.87% -
XYZ 27.4 26.76 72.13 -
YUV 136.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 96 141 221 0.57 0.36 0 0.13 218.4 0.65 0.62
Hex 60 8D DD 39 24 0 D DA 41 3E
Octal 140 215 335 71 44 0 15 332 101 76
Binary 1100000 10001101 11011101 111001 100100 0 1101 11011010 1000001 111110

Color Harmonies of #608DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DDD

Black with #608DDD

Text Example


Text Example

White with #608DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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