Html Css Color HEX #648BFE Cornflower Blue

📋 copy color: '#648BFE'

red 100 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #648BFE

Tints of Cornflower Blue #648BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 20.28%
G = 28.19%
B = 51.52%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#648BFE (or 0x648BFE) is known color: Cornflower Blue. HEX triplet: 64, 8B and FE. RGB value is (100,139,254). Sum of RGB (Red+Green+Blue) = 100+139+254=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #648BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFE is #9B7401. Grayscale: #8B8B8B. Windows color (decimal): -10187778 or 16681828. OLE color: 16681828.

HSL color Cylindrical-coordinate representation of color #648BFE: hue angle of 224.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648BFE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 139 254 -
CMYK 0.61 0.45 0 0.00
HSL 224.81º 0.99% 0.69% -
HSV(B) 224.81º 0.61% 1% -
XYZ 32.38 28.33 97.53 -
YUV 140.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 100 139 254 0.61 0.45 0 0.00 224.81 0.99 0.69
Hex 64 8B FE 3D 2D 0 0 E1 63 45
Octal 144 213 376 75 55 0 0 341 143 105
Binary 1100100 10001011 11111110 111101 101101 0 0 11100001 1100011 1000101

Color Harmonies of #648BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BFE

Black with #648BFE

Text Example


Text Example

White with #648BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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