Html Css Color HEX #648FFA Cornflower Blue

📋 copy color: '#648FFA'

red 100 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #648FFA

Tints of Cornflower Blue #648FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 20.28%
G = 29.01%
B = 50.71%

CMYK

 C value IS 0.6

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#648FFA (or 0x648FFA) is known color: Cornflower Blue. HEX triplet: 64, 8F and FA. RGB value is (100,143,250). Sum of RGB (Red+Green+Blue) = 100+143+250=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #648FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FFA is #9B7005. Grayscale: #8D8D8D. Windows color (decimal): -10186758 or 16420708. OLE color: 16420708.

HSL color Cylindrical-coordinate representation of color #648FFA: hue angle of 222.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648FFA is Cyan = 0.6, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 143 250 -
CMYK 0.6 0.43 0 0.02
HSL 222.8º 0.94% 0.69% -
HSV(B) 222.8º 0.6% 0.98% -
XYZ 32.33 29.26 94.39 -
YUV 142.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 100 143 250 0.6 0.43 0 0.02 222.8 0.94 0.69
Hex 64 8F FA 3C 2B 0 2 DF 5E 45
Octal 144 217 372 74 53 0 2 337 136 105
Binary 1100100 10001111 11111010 111100 101011 0 10 11011111 1011110 1000101

Color Harmonies of #648FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FFA

Black with #648FFA

Text Example


Text Example

White with #648FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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