Html Css Color HEX #648BDD Cornflower Blue

📋 copy color: '#648BDD'

red 100 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #648BDD

Tints of Cornflower Blue #648BDD

RGB

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

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

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

R = 21.74%
G = 30.22%
B = 48.04%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648BDD (or 0x648BDD) is known color: Cornflower Blue. HEX triplet: 64, 8B and DD. RGB value is (100,139,221). Sum of RGB (Red+Green+Blue) = 100+139+221=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #648BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BDD is #9B7422. Grayscale: #888888. Windows color (decimal): -10187811 or 14519140. OLE color: 14519140.

HSL color Cylindrical-coordinate representation of color #648BDD: hue angle of 220.66º 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 #648BDD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 139 221 -
CMYK 0.55 0.37 0 0.13
HSL 220.66º 0.64% 0.63% -
HSV(B) 220.66º 0.55% 0.87% -
XYZ 27.54 26.4 72.05 -
YUV 136.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 100 139 221 0.55 0.37 0 0.13 220.66 0.64 0.63
Hex 64 8B DD 37 25 0 D DD 40 3F
Octal 144 213 335 67 45 0 15 335 100 77
Binary 1100100 10001011 11011101 110111 100101 0 1101 11011101 1000000 111111

Color Harmonies of #648BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BDD

Black with #648BDD

Text Example


Text Example

White with #648BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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