Html Css Color HEX #648FED Cornflower Blue

📋 copy color: '#648FED'

red 100 ◦ green 143 ◦ blue 237

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

Shades of Cornflower Blue #648FED

Tints of Cornflower Blue #648FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 20.83%
G = 29.79%
B = 49.38%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648FED (or 0x648FED) is known color: Cornflower Blue. HEX triplet: 64, 8F and ED. RGB value is (100,143,237). Sum of RGB (Red+Green+Blue) = 100+143+237=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #648FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FED is #9B7012. Grayscale: #8C8C8C. Windows color (decimal): -10186771 or 15568740. OLE color: 15568740.

HSL color Cylindrical-coordinate representation of color #648FED: hue angle of 221.17º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648FED is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 143 237 -
CMYK 0.58 0.40 0 0.07
HSL 221.17º 0.79% 0.66% -
HSV(B) 221.17º 0.58% 0.93% -
XYZ 30.36 28.47 84.02 -
YUV 140.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 100 143 237 0.58 0.40 0 0.07 221.17 0.79 0.66
Hex 64 8F ED 3A 28 0 7 DD 4F 42
Octal 144 217 355 72 50 0 7 335 117 102
Binary 1100100 10001111 11101101 111010 101000 0 111 11011101 1001111 1000010

Color Harmonies of #648FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FED

Black with #648FED

Text Example


Text Example

White with #648FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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