Html Css Color HEX #648BF1 Cornflower Blue

📋 copy color: '#648BF1'

red 100 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #648BF1

Tints of Cornflower Blue #648BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 20.83%
G = 28.96%
B = 50.21%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#648BF1 (or 0x648BF1) is known color: Cornflower Blue. HEX triplet: 64, 8B and F1. RGB value is (100,139,241). Sum of RGB (Red+Green+Blue) = 100+139+241=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #648BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BF1 is #9B740E. Grayscale: #8A8A8A. Windows color (decimal): -10187791 or 15829860. OLE color: 15829860.

HSL color Cylindrical-coordinate representation of color #648BF1: hue angle of 223.4º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #648BF1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 139 241 -
CMYK 0.59 0.42 0 0.05
HSL 223.4º 0.83% 0.67% -
HSV(B) 223.4º 0.59% 0.95% -
XYZ 30.37 27.53 86.93 -
YUV 138.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 100 139 241 0.59 0.42 0 0.05 223.4 0.83 0.67
Hex 64 8B F1 3B 2A 0 5 DF 53 43
Octal 144 213 361 73 52 0 5 337 123 103
Binary 1100100 10001011 11110001 111011 101010 0 101 11011111 1010011 1000011

Color Harmonies of #648BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BF1

Black with #648BF1

Text Example


Text Example

White with #648BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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