Html Css Color HEX #648DF1 Cornflower Blue

📋 copy color: '#648DF1'

red 100 ◦ green 141 ◦ blue 241

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

Shades of Cornflower Blue #648DF1

Tints of Cornflower Blue #648DF1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.25%

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

R = 20.75%
G = 29.25%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#648DF1 (or 0x648DF1) is known color: Cornflower Blue. HEX triplet: 64, 8D and F1. RGB value is (100,141,241). Sum of RGB (Red+Green+Blue) = 100+141+241=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #648DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DF1 is #9B720E. Grayscale: #8B8B8B. Windows color (decimal): -10187279 or 15830372. OLE color: 15830372.

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

Color convert

RGB 100 141 241 -
CMYK 0.59 0.41 0 0.05
HSL 222.55º 0.83% 0.67% -
HSV(B) 222.55º 0.59% 0.95% -
XYZ 30.66 28.11 87.03 -
YUV 140.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 100 141 241 0.59 0.41 0 0.05 222.55 0.83 0.67
Hex 64 8D F1 3B 29 0 5 DF 53 43
Octal 144 215 361 73 51 0 5 337 123 103
Binary 1100100 10001101 11110001 111011 101001 0 101 11011111 1010011 1000011

Color Harmonies of #648DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DF1

Black with #648DF1

Text Example


Text Example

White with #648DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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