Html Css Color HEX #648BEE Cornflower Blue

📋 copy color: '#648BEE'

red 100 ◦ green 139 ◦ blue 238

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

Shades of Cornflower Blue #648BEE

Tints of Cornflower Blue #648BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 20.96%
G = 29.14%
B = 49.9%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648BEE (or 0x648BEE) is known color: Cornflower Blue. HEX triplet: 64, 8B and EE. RGB value is (100,139,238). Sum of RGB (Red+Green+Blue) = 100+139+238=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #648BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BEE is #9B7411. Grayscale: #8A8A8A. Windows color (decimal): -10187794 or 15633252. OLE color: 15633252.

HSL color Cylindrical-coordinate representation of color #648BEE: hue angle of 223.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648BEE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 139 238 -
CMYK 0.58 0.42 0 0.07
HSL 223.04º 0.8% 0.66% -
HSV(B) 223.04º 0.58% 0.93% -
XYZ 29.92 27.35 84.59 -
YUV 138.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 100 139 238 0.58 0.42 0 0.07 223.04 0.8 0.66
Hex 64 8B EE 3A 2A 0 7 DF 50 42
Octal 144 213 356 72 52 0 7 337 120 102
Binary 1100100 10001011 11101110 111010 101010 0 111 11011111 1010000 1000010

Color Harmonies of #648BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BEE

Black with #648BEE

Text Example


Text Example

White with #648BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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