Html Css Color HEX #648FE8 Cornflower Blue

📋 copy color: '#648FE8'

red 100 ◦ green 143 ◦ blue 232

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

Shades of Cornflower Blue #648FE8

Tints of Cornflower Blue #648FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 21.05%
G = 30.11%
B = 48.84%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#648FE8 (or 0x648FE8) is known color: Cornflower Blue. HEX triplet: 64, 8F and E8. RGB value is (100,143,232). Sum of RGB (Red+Green+Blue) = 100+143+232=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #648FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FE8 is #9B7017. Grayscale: #8B8B8B. Windows color (decimal): -10186776 or 15241060. OLE color: 15241060.

HSL color Cylindrical-coordinate representation of color #648FE8: hue angle of 220.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648FE8 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 143 232 -
CMYK 0.57 0.38 0 0.09
HSL 220.45º 0.74% 0.65% -
HSV(B) 220.45º 0.57% 0.91% -
XYZ 29.64 28.18 80.22 -
YUV 140.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 100 143 232 0.57 0.38 0 0.09 220.45 0.74 0.65
Hex 64 8F E8 39 26 0 9 DC 4A 41
Octal 144 217 350 71 46 0 11 334 112 101
Binary 1100100 10001111 11101000 111001 100110 0 1001 11011100 1001010 1000001

Color Harmonies of #648FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FE8

Black with #648FE8

Text Example


Text Example

White with #648FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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