Html Css Color HEX #608BDC Cornflower Blue

📋 copy color: '#608BDC'

red 96 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #608BDC

Tints of Cornflower Blue #608BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 21.1%
G = 30.55%
B = 48.35%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#608BDC (or 0x608BDC) is known color: Cornflower Blue. HEX triplet: 60, 8B and DC. RGB value is (96,139,220). Sum of RGB (Red+Green+Blue) = 96+139+220=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #608BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDC is #9F7423. Grayscale: #878787. Windows color (decimal): -10449956 or 14453600. OLE color: 14453600.

HSL color Cylindrical-coordinate representation of color #608BDC: hue angle of 219.19º degrees, saturation: 0.64, 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 #608BDC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 139 220 -
CMYK 0.56 0.37 0 0.14
HSL 219.19º 0.64% 0.62% -
HSV(B) 219.19º 0.56% 0.86% -
XYZ 26.97 26.12 71.33 -
YUV 135.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 96 139 220 0.56 0.37 0 0.14 219.19 0.64 0.62
Hex 60 8B DC 38 25 0 E DB 40 3E
Octal 140 213 334 70 45 0 16 333 100 76
Binary 1100000 10001011 11011100 111000 100101 0 1110 11011011 1000000 111110

Color Harmonies of #608BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BDC

Black with #608BDC

Text Example


Text Example

White with #608BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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