Html Css Color HEX #648FF2 Cornflower Blue

📋 copy color: '#648FF2'

red 100 ◦ green 143 ◦ blue 242

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

Shades of Cornflower Blue #648FF2

Tints of Cornflower Blue #648FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 20.62%
G = 29.48%
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

#648FF2 (or 0x648FF2) is known color: Cornflower Blue. HEX triplet: 64, 8F and F2. RGB value is (100,143,242). Sum of RGB (Red+Green+Blue) = 100+143+242=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #648FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FF2 is #9B700D. Grayscale: #8C8C8C. Windows color (decimal): -10186766 or 15896420. OLE color: 15896420.

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

Color convert

RGB 100 143 242 -
CMYK 0.59 0.41 0 0.05
HSL 221.83º 0.85% 0.67% -
HSV(B) 221.83º 0.59% 0.95% -
XYZ 31.11 28.77 87.92 -
YUV 141.43 184.75 98.45 -
System Red Green Blue C M Y K H S L
Decimal 100 143 242 0.59 0.41 0 0.05 221.83 0.85 0.67
Hex 64 8F F2 3B 29 0 5 DE 55 43
Octal 144 217 362 73 51 0 5 336 125 103
Binary 1100100 10001111 11110010 111011 101001 0 101 11011110 1010101 1000011

Color Harmonies of #648FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FF2

Black with #648FF2

Text Example


Text Example

White with #648FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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