Html Css Color HEX #648DF7 Cornflower Blue

📋 copy color: '#648DF7'

red 100 ◦ green 141 ◦ blue 247

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

Shades of Cornflower Blue #648DF7

Tints of Cornflower Blue #648DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 20.49%
G = 28.89%
B = 50.61%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#648DF7 (or 0x648DF7) is known color: Cornflower Blue. HEX triplet: 64, 8D and F7. RGB value is (100,141,247). Sum of RGB (Red+Green+Blue) = 100+141+247=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #648DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DF7 is #9B7208. Grayscale: #8C8C8C. Windows color (decimal): -10187273 or 16223588. OLE color: 16223588.

HSL color Cylindrical-coordinate representation of color #648DF7: hue angle of 223.27º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648DF7 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 141 247 -
CMYK 0.60 0.43 0 0.03
HSL 223.27º 0.9% 0.68% -
HSV(B) 223.27º 0.6% 0.97% -
XYZ 31.57 28.47 91.83 -
YUV 140.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 100 141 247 0.60 0.43 0 0.03 223.27 0.9 0.68
Hex 64 8D F7 3C 2B 0 3 DF 5A 44
Octal 144 215 367 74 53 0 3 337 132 104
Binary 1100100 10001101 11110111 111100 101011 0 11 11011111 1011010 1000100

Color Harmonies of #648DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DF7

Black with #648DF7

Text Example


Text Example

White with #648DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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