Html Css Color HEX #648CFD Cornflower Blue

📋 copy color: '#648CFD'

red 100 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #648CFD

Tints of Cornflower Blue #648CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 20.28%
G = 28.4%
B = 51.32%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648CFD (or 0x648CFD) is known color: Cornflower Blue. HEX triplet: 64, 8C and FD. RGB value is (100,140,253). Sum of RGB (Red+Green+Blue) = 100+140+253=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #648CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CFD is #9B7302. Grayscale: #8C8C8C. Windows color (decimal): -10187523 or 16616548. OLE color: 16616548.

HSL color Cylindrical-coordinate representation of color #648CFD: hue angle of 224.31º 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 #648CFD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 140 253 -
CMYK 0.60 0.45 0 0.01
HSL 224.31º 0.97% 0.69% -
HSV(B) 224.31º 0.6% 0.99% -
XYZ 32.36 28.56 96.73 -
YUV 140.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 100 140 253 0.60 0.45 0 0.01 224.31 0.97 0.69
Hex 64 8C FD 3C 2D 0 1 E0 61 45
Octal 144 214 375 74 55 0 1 340 141 105
Binary 1100100 10001100 11111101 111100 101101 0 1 11100000 1100001 1000101

Color Harmonies of #648CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CFD

Black with #648CFD

Text Example


Text Example

White with #648CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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