Html Css Color HEX #648ADD Cornflower Blue

📋 copy color: '#648ADD'

red 100 ◦ green 138 ◦ blue 221

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

Shades of Cornflower Blue #648ADD

Tints of Cornflower Blue #648ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 21.79%
G = 30.07%
B = 48.15%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648ADD (or 0x648ADD) is known color: Cornflower Blue. HEX triplet: 64, 8A and DD. RGB value is (100,138,221). Sum of RGB (Red+Green+Blue) = 100+138+221=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #648ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ADD is #9B7522. Grayscale: #878787. Windows color (decimal): -10188067 or 14518884. OLE color: 14518884.

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

Color convert

RGB 100 138 221 -
CMYK 0.55 0.38 0 0.13
HSL 221.16º 0.64% 0.63% -
HSV(B) 221.16º 0.55% 0.87% -
XYZ 27.4 26.11 72 -
YUV 136.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 100 138 221 0.55 0.38 0 0.13 221.16 0.64 0.63
Hex 64 8A DD 37 26 0 D DD 40 3F
Octal 144 212 335 67 46 0 15 335 100 77
Binary 1100100 10001010 11011101 110111 100110 0 1101 11011101 1000000 111111

Color Harmonies of #648ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ADD

Black with #648ADD

Text Example


Text Example

White with #648ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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