#648BFD

Color #648BFD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #648BFD

Tints of Cornflower Blue #648BFD

Color information

#648BFD (or 0x648BFD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8B and FD. RGB value is (100,139,253). Sum of RGB (Red+Green+Blue) = 100+139+253=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #648BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFD is #9B7402. Grayscale: #8B8B8B. Windows color (decimal): -10187779 or 16616292. OLE color: 16616292.

HSL color Cylindrical-coordinate representation of color #648BFD: hue angle of 224.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648BFD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100139253-
CMYK0.600.4500.01
HSL224.71º97.45%69.22%-
HSV(B)224.71º60.47%99.22%-
XYZ32.2228.2796.69-
YUV140.34191.5899.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=20.33%
G=28.25%
B=51.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001392530.600.4500.01224.7197.4569.22
Hex648BFD3C2D01e16145
Octal144213375745501341141105
Binary11001001000101111111101111100101101011110000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #648BFD;
 }
 .AnyTagClassName
 {
   color: #648BFD;
 }
</style>
background-color css

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

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

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

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

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

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