Html Css Color HEX #648BFA Cornflower Blue

📋 copy color: '#648BFA'

red 100 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #648BFA

Tints of Cornflower Blue #648BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 20.45%
G = 28.43%
B = 51.12%

CMYK

 C value IS 0.6

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#648BFA (or 0x648BFA) is known color: Cornflower Blue. HEX triplet: 64, 8B and FA. RGB value is (100,139,250). Sum of RGB (Red+Green+Blue) = 100+139+250=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #648BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFA is #9B7405. Grayscale: #8B8B8B. Windows color (decimal): -10187782 or 16419684. OLE color: 16419684.

HSL color Cylindrical-coordinate representation of color #648BFA: hue angle of 224.4º 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 #648BFA is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 139 250 -
CMYK 0.6 0.44 0 0.02
HSL 224.4º 0.94% 0.69% -
HSV(B) 224.4º 0.6% 0.98% -
XYZ 31.74 28.08 94.19 -
YUV 139.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 100 139 250 0.6 0.44 0 0.02 224.4 0.94 0.69
Hex 64 8B FA 3C 2C 0 2 E0 5E 45
Octal 144 213 372 74 54 0 2 340 136 105
Binary 1100100 10001011 11111010 111100 101100 0 10 11100000 1011110 1000101

Color Harmonies of #648BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BFA

Black with #648BFA

Text Example


Text Example

White with #648BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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