Html Css Color HEX #648AEB Cornflower Blue

📋 copy color: '#648AEB'

red 100 ◦ green 138 ◦ blue 235

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

Shades of Cornflower Blue #648AEB

Tints of Cornflower Blue #648AEB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

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

R = 21.14%
G = 29.18%
B = 49.68%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#648AEB (or 0x648AEB) is known color: Cornflower Blue. HEX triplet: 64, 8A and EB. RGB value is (100,138,235). Sum of RGB (Red+Green+Blue) = 100+138+235=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #648AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AEB is #9B7514. Grayscale: #898989. Windows color (decimal): -10188053 or 15436388. OLE color: 15436388.

HSL color Cylindrical-coordinate representation of color #648AEB: hue angle of 223.11º 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 #648AEB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 138 235 -
CMYK 0.57 0.41 0 0.08
HSL 223.11º 0.77% 0.66% -
HSV(B) 223.11º 0.57% 0.92% -
XYZ 29.34 26.88 82.24 -
YUV 137.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 100 138 235 0.57 0.41 0 0.08 223.11 0.77 0.66
Hex 64 8A EB 39 29 0 8 DF 4D 42
Octal 144 212 353 71 51 0 10 337 115 102
Binary 1100100 10001010 11101011 111001 101001 0 1000 11011111 1001101 1000010

Color Harmonies of #648AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AEB

Black with #648AEB

Text Example


Text Example

White with #648AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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