Html Css Color HEX #648FFB Cornflower Blue

📋 copy color: '#648FFB'

red 100 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #648FFB

Tints of Cornflower Blue #648FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 20.24%
G = 28.95%
B = 50.81%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#648FFB (or 0x648FFB) is known color: Cornflower Blue. HEX triplet: 64, 8F and FB. RGB value is (100,143,251). Sum of RGB (Red+Green+Blue) = 100+143+251=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #648FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FFB is #9B7004. Grayscale: #8D8D8D. Windows color (decimal): -10186757 or 16486244. OLE color: 16486244.

HSL color Cylindrical-coordinate representation of color #648FFB: hue angle of 222.91º degrees, saturation: 0.95, 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 #648FFB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 143 251 -
CMYK 0.60 0.43 0 0.02
HSL 222.91º 0.95% 0.69% -
HSV(B) 222.91º 0.6% 0.98% -
XYZ 32.49 29.32 95.21 -
YUV 142.46 189.25 97.72 -
System Red Green Blue C M Y K H S L
Decimal 100 143 251 0.60 0.43 0 0.02 222.91 0.95 0.69
Hex 64 8F FB 3C 2B 0 2 DF 5F 45
Octal 144 217 373 74 53 0 2 337 137 105
Binary 1100100 10001111 11111011 111100 101011 0 10 11011111 1011111 1000101

Color Harmonies of #648FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FFB

Black with #648FFB

Text Example


Text Example

White with #648FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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