Html Css Color HEX #648EFD Cornflower Blue

📋 copy color: '#648EFD'

red 100 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #648EFD

Tints of Cornflower Blue #648EFD

RGB

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

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

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

R = 20.2%
G = 28.69%
B = 51.11%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648EFD (or 0x648EFD) is known color: Cornflower Blue. HEX triplet: 64, 8E and FD. RGB value is (100,142,253). Sum of RGB (Red+Green+Blue) = 100+142+253=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #648EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EFD is #9B7102. Grayscale: #8D8D8D. Windows color (decimal): -10187011 or 16617060. OLE color: 16617060.

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

Color convert

RGB 100 142 253 -
CMYK 0.60 0.44 0 0.01
HSL 223.53º 0.97% 0.69% -
HSV(B) 223.53º 0.6% 0.99% -
XYZ 32.66 29.15 96.83 -
YUV 142.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 100 142 253 0.60 0.44 0 0.01 223.53 0.97 0.69
Hex 64 8E FD 3C 2C 0 1 E0 61 45
Octal 144 216 375 74 54 0 1 340 141 105
Binary 1100100 10001110 11111101 111100 101100 0 1 11100000 1100001 1000101

Color Harmonies of #648EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EFD

Black with #648EFD

Text Example


Text Example

White with #648EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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