Html Css Color HEX #658CDE Cornflower Blue

📋 copy color: '#658CDE'

red 101 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #658CDE

Tints of Cornflower Blue #658CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 21.81%
G = 30.24%
B = 47.95%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#658CDE (or 0x658CDE) is known color: Cornflower Blue. HEX triplet: 65, 8C and DE. RGB value is (101,140,222). Sum of RGB (Red+Green+Blue) = 101+140+222=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #658CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CDE is #9A7321. Grayscale: #898989. Windows color (decimal): -10122018 or 14584933. OLE color: 14584933.

HSL color Cylindrical-coordinate representation of color #658CDE: hue angle of 220.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658CDE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 140 222 -
CMYK 0.55 0.37 0 0.13
HSL 220.66º 0.65% 0.63% -
HSV(B) 220.66º 0.55% 0.87% -
XYZ 27.93 26.8 72.81 -
YUV 137.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 101 140 222 0.55 0.37 0 0.13 220.66 0.65 0.63
Hex 65 8C DE 37 25 0 D DD 41 3F
Octal 145 214 336 67 45 0 15 335 101 77
Binary 1100101 10001100 11011110 110111 100101 0 1101 11011101 1000001 111111

Color Harmonies of #658CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CDE

Black with #658CDE

Text Example


Text Example

White with #658CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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