Html Css Color HEX #648FEB Cornflower Blue

📋 copy color: '#648FEB'

red 100 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #648FEB

Tints of Cornflower Blue #648FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 20.92%
G = 29.92%
B = 49.16%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#648FEB (or 0x648FEB) is known color: Cornflower Blue. HEX triplet: 64, 8F and EB. RGB value is (100,143,235). Sum of RGB (Red+Green+Blue) = 100+143+235=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #648FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FEB is #9B7014. Grayscale: #8C8C8C. Windows color (decimal): -10186773 or 15437668. OLE color: 15437668.

HSL color Cylindrical-coordinate representation of color #648FEB: hue angle of 220.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648FEB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 143 235 -
CMYK 0.57 0.39 0 0.08
HSL 220.89º 0.77% 0.66% -
HSV(B) 220.89º 0.57% 0.92% -
XYZ 30.07 28.35 82.48 -
YUV 140.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 100 143 235 0.57 0.39 0 0.08 220.89 0.77 0.66
Hex 64 8F EB 39 27 0 8 DD 4D 42
Octal 144 217 353 71 47 0 10 335 115 102
Binary 1100100 10001111 11101011 111001 100111 0 1000 11011101 1001101 1000010

Color Harmonies of #648FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FEB

Black with #648FEB

Text Example


Text Example

White with #648FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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