Html Css Color HEX #648DDD Cornflower Blue

📋 copy color: '#648DDD'

red 100 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #648DDD

Tints of Cornflower Blue #648DDD

RGB

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

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

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

R = 21.65%
G = 30.52%
B = 47.84%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648DDD (or 0x648DDD) is known color: Cornflower Blue. HEX triplet: 64, 8D and DD. RGB value is (100,141,221). Sum of RGB (Red+Green+Blue) = 100+141+221=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #648DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDD is #9B7222. Grayscale: #898989. Windows color (decimal): -10187299 or 14519652. OLE color: 14519652.

HSL color Cylindrical-coordinate representation of color #648DDD: hue angle of 219.67º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648DDD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 141 221 -
CMYK 0.55 0.36 0 0.13
HSL 219.67º 0.64% 0.63% -
HSV(B) 219.67º 0.55% 0.87% -
XYZ 27.83 26.98 72.15 -
YUV 137.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 100 141 221 0.55 0.36 0 0.13 219.67 0.64 0.63
Hex 64 8D DD 37 24 0 D DC 40 3F
Octal 144 215 335 67 44 0 15 334 100 77
Binary 1100100 10001101 11011101 110111 100100 0 1101 11011100 1000000 111111

Color Harmonies of #648DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DDD

Black with #648DDD

Text Example


Text Example

White with #648DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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