Html Css Color HEX #648CDB Cornflower Blue

📋 copy color: '#648CDB'

red 100 ◦ green 140 ◦ blue 219

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

Shades of Cornflower Blue #648CDB

Tints of Cornflower Blue #648CDB

RGB

 RED value IS 100 (39.45% from 255) = 21.79%

 GREEN value IS 140 (55.08% from 255) = 30.5%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 21.79%
G = 30.5%
B = 47.71%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#648CDB (or 0x648CDB) is known color: Cornflower Blue. HEX triplet: 64, 8C and DB. RGB value is (100,140,219). Sum of RGB (Red+Green+Blue) = 100+140+219=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #648CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDB is #9B7324. Grayscale: #888888. Windows color (decimal): -10187557 or 14388324. OLE color: 14388324.

HSL color Cylindrical-coordinate representation of color #648CDB: hue angle of 219.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648CDB is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 140 219 -
CMYK 0.54 0.36 0 0.14
HSL 219.83º 0.62% 0.63% -
HSV(B) 219.83º 0.54% 0.86% -
XYZ 27.42 26.58 70.7 -
YUV 137.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 100 140 219 0.54 0.36 0 0.14 219.83 0.62 0.63
Hex 64 8C DB 36 24 0 E DC 3E 3F
Octal 144 214 333 66 44 0 16 334 76 77
Binary 1100100 10001100 11011011 110110 100100 0 1110 11011100 111110 111111

Color Harmonies of #648CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CDB

Black with #648CDB

Text Example


Text Example

White with #648CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648CDB; }

 p { color: rgb(100,140,219); }

 H1.HeaderClassName
 {
   color: #648CDB;
 }
 .AnyTagClassName
 {
   color: #648CDB;
 }
</style>

background-color css

<style>
 a { background-color: #648CDB; }

 a { background-color: rgb(100,140,219); }

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

border-color css

<style>
 span { border-color: #648CDB; }

 span { border-color: rgb(100,140,219); }

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