Html Css Color HEX #648EF1 Cornflower Blue

📋 copy color: '#648EF1'

red 100 ◦ green 142 ◦ blue 241

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

Shades of Cornflower Blue #648EF1

Tints of Cornflower Blue #648EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

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

R = 20.7%
G = 29.4%
B = 49.9%

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

#648EF1 (or 0x648EF1) is known color: Cornflower Blue. HEX triplet: 64, 8E and F1. RGB value is (100,142,241). Sum of RGB (Red+Green+Blue) = 100+142+241=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #648EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EF1 is #9B710E. Grayscale: #8C8C8C. Windows color (decimal): -10187023 or 15830628. OLE color: 15830628.

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

Color convert

RGB 100 142 241 -
CMYK 0.59 0.41 0 0.05
HSL 222.13º 0.83% 0.67% -
HSV(B) 222.13º 0.59% 0.95% -
XYZ 30.81 28.41 87.08 -
YUV 140.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 100 142 241 0.59 0.41 0 0.05 222.13 0.83 0.67
Hex 64 8E F1 3B 29 0 5 DE 53 43
Octal 144 216 361 73 51 0 5 336 123 103
Binary 1100100 10001110 11110001 111011 101001 0 101 11011110 1010011 1000011

Color Harmonies of #648EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EF1

Black with #648EF1

Text Example


Text Example

White with #648EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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