Html Css Color HEX #658DDF Cornflower Blue

📋 copy color: '#658DDF'

red 101 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #658DDF

Tints of Cornflower Blue #658DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 21.72%
G = 30.32%
B = 47.96%

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

#658DDF (or 0x658DDF) is known color: Cornflower Blue. HEX triplet: 65, 8D and DF. RGB value is (101,141,223). Sum of RGB (Red+Green+Blue) = 101+141+223=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #658DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DDF is #9A7220. Grayscale: #8A8A8A. Windows color (decimal): -10121761 or 14650725. OLE color: 14650725.

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

Color convert

RGB 101 141 223 -
CMYK 0.55 0.37 0 0.13
HSL 220.33º 0.66% 0.64% -
HSV(B) 220.33º 0.55% 0.87% -
XYZ 28.21 27.14 73.56 -
YUV 138.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 101 141 223 0.55 0.37 0 0.13 220.33 0.66 0.64
Hex 65 8D DF 37 25 0 D DC 42 40
Octal 145 215 337 67 45 0 15 334 102 100
Binary 1100101 10001101 11011111 110111 100101 0 1101 11011100 1000010 1000000

Color Harmonies of #658DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DDF

Black with #658DDF

Text Example


Text Example

White with #658DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,141,223); }

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

background-color css

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

 a { background-color: rgb(101,141,223); }

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

border-color css

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

 span { border-color: rgb(101,141,223); }

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