Html Css Color HEX #648EFC Cornflower Blue

📋 copy color: '#648EFC'

red 100 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #648EFC

Tints of Cornflower Blue #648EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.74%

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 20.24%
G = 28.74%
B = 51.01%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648EFC (or 0x648EFC) is known color: Cornflower Blue. HEX triplet: 64, 8E and FC. RGB value is (100,142,252). Sum of RGB (Red+Green+Blue) = 100+142+252=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #648EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EFC is #9B7103. Grayscale: #8D8D8D. Windows color (decimal): -10187012 or 16551524. OLE color: 16551524.

HSL color Cylindrical-coordinate representation of color #648EFC: hue angle of 223.42º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648EFC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 142 252 -
CMYK 0.60 0.44 0 0.01
HSL 223.42º 0.96% 0.69% -
HSV(B) 223.42º 0.6% 0.99% -
XYZ 32.5 29.08 96 -
YUV 141.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 100 142 252 0.60 0.44 0 0.01 223.42 0.96 0.69
Hex 64 8E FC 3C 2C 0 1 DF 60 45
Octal 144 216 374 74 54 0 1 337 140 105
Binary 1100100 10001110 11111100 111100 101100 0 1 11011111 1100000 1000101

Color Harmonies of #648EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EFC

Black with #648EFC

Text Example


Text Example

White with #648EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,142,252); }

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

background-color css

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

 a { background-color: rgb(100,142,252); }

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

border-color css

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

 span { border-color: rgb(100,142,252); }

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