Html Css Color HEX #648BFC Cornflower Blue

📋 copy color: '#648BFC'

red 100 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #648BFC

Tints of Cornflower Blue #648BFC

RGB

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

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

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

R = 20.37%
G = 28.31%
B = 51.32%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648BFC (or 0x648BFC) is known color: Cornflower Blue. HEX triplet: 64, 8B and FC. RGB value is (100,139,252). Sum of RGB (Red+Green+Blue) = 100+139+252=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #648BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFC is #9B7403. Grayscale: #8B8B8B. Windows color (decimal): -10187780 or 16550756. OLE color: 16550756.

HSL color Cylindrical-coordinate representation of color #648BFC: hue angle of 224.61º 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 #648BFC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 139 252 -
CMYK 0.60 0.45 0 0.01
HSL 224.61º 0.96% 0.69% -
HSV(B) 224.61º 0.6% 0.99% -
XYZ 32.06 28.2 95.85 -
YUV 140.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 100 139 252 0.60 0.45 0 0.01 224.61 0.96 0.69
Hex 64 8B FC 3C 2D 0 1 E1 60 45
Octal 144 213 374 74 55 0 1 341 140 105
Binary 1100100 10001011 11111100 111100 101101 0 1 11100001 1100000 1000101

Color Harmonies of #648BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BFC

Black with #648BFC

Text Example


Text Example

White with #648BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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