Html Css Color HEX #648FDD Cornflower Blue

📋 copy color: '#648FDD'

red 100 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #648FDD

Tints of Cornflower Blue #648FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

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

R = 21.55%
G = 30.82%
B = 47.63%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648FDD (or 0x648FDD) is known color: Cornflower Blue. HEX triplet: 64, 8F and DD. RGB value is (100,143,221). Sum of RGB (Red+Green+Blue) = 100+143+221=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #648FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FDD is #9B7022. Grayscale: #8A8A8A. Windows color (decimal): -10186787 or 14520164. OLE color: 14520164.

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

Color convert

RGB 100 143 221 -
CMYK 0.55 0.35 0 0.13
HSL 218.68º 0.64% 0.63% -
HSV(B) 218.68º 0.55% 0.87% -
XYZ 28.13 27.57 72.25 -
YUV 139.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 100 143 221 0.55 0.35 0 0.13 218.68 0.64 0.63
Hex 64 8F DD 37 23 0 D DB 40 3F
Octal 144 217 335 67 43 0 15 333 100 77
Binary 1100100 10001111 11011101 110111 100011 0 1101 11011011 1000000 111111

Color Harmonies of #648FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FDD

Black with #648FDD

Text Example


Text Example

White with #648FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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