Html Css Color HEX #658CE0 Cornflower Blue

📋 copy color: '#658CE0'

red 101 ◦ green 140 ◦ blue 224

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

Shades of Cornflower Blue #658CE0

Tints of Cornflower Blue #658CE0

RGB

 RED value IS 101 (39.84% from 255) = 21.72%

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

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 21.72%
G = 30.11%
B = 48.17%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#658CE0 (or 0x658CE0) is known color: Cornflower Blue. HEX triplet: 65, 8C and E0. RGB value is (101,140,224). Sum of RGB (Red+Green+Blue) = 101+140+224=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #658CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CE0 is #9A731F. Grayscale: #898989. Windows color (decimal): -10122016 or 14716005. OLE color: 14716005.

HSL color Cylindrical-coordinate representation of color #658CE0: hue angle of 220.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658CE0 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 140 224 -
CMYK 0.55 0.38 0 0.12
HSL 220.98º 0.66% 0.64% -
HSV(B) 220.98º 0.55% 0.88% -
XYZ 28.2 26.9 74.23 -
YUV 137.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 101 140 224 0.55 0.38 0 0.12 220.98 0.66 0.64
Hex 65 8C E0 37 26 0 C DD 42 40
Octal 145 214 340 67 46 0 14 335 102 100
Binary 1100101 10001100 11100000 110111 100110 0 1100 11011101 1000010 1000000

Color Harmonies of #658CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CE0

Black with #658CE0

Text Example


Text Example

White with #658CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658CE0; }

 p { color: rgb(101,140,224); }

 H1.HeaderClassName
 {
   color: #658CE0;
 }
 .AnyTagClassName
 {
   color: #658CE0;
 }
</style>

background-color css

<style>
 a { background-color: #658CE0; }

 a { background-color: rgb(101,140,224); }

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

border-color css

<style>
 span { border-color: #658CE0; }

 span { border-color: rgb(101,140,224); }

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