Html Css Color HEX #648FEE Cornflower Blue

📋 copy color: '#648FEE'

red 100 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #648FEE

Tints of Cornflower Blue #648FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 20.79%
G = 29.73%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648FEE (or 0x648FEE) is known color: Cornflower Blue. HEX triplet: 64, 8F and EE. RGB value is (100,143,238). Sum of RGB (Red+Green+Blue) = 100+143+238=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #648FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FEE is #9B7011. Grayscale: #8C8C8C. Windows color (decimal): -10186770 or 15634276. OLE color: 15634276.

HSL color Cylindrical-coordinate representation of color #648FEE: hue angle of 221.3º 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 #648FEE is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 143 238 -
CMYK 0.58 0.40 0 0.07
HSL 221.3º 0.8% 0.66% -
HSV(B) 221.3º 0.58% 0.93% -
XYZ 30.51 28.53 84.79 -
YUV 140.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 100 143 238 0.58 0.40 0 0.07 221.3 0.8 0.66
Hex 64 8F EE 3A 28 0 7 DD 50 42
Octal 144 217 356 72 50 0 7 335 120 102
Binary 1100100 10001111 11101110 111010 101000 0 111 11011101 1010000 1000010

Color Harmonies of #648FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FEE

Black with #648FEE

Text Example


Text Example

White with #648FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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