Html Css Color HEX #659EDF Cornflower Blue

📋 copy color: '#659EDF'

red 101 ◦ green 158 ◦ blue 223

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

Shades of Cornflower Blue #659EDF

Tints of Cornflower Blue #659EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 20.95%
G = 32.78%
B = 46.27%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#659EDF (or 0x659EDF) is known color: Cornflower Blue. HEX triplet: 65, 9E and DF. RGB value is (101,158,223). Sum of RGB (Red+Green+Blue) = 101+158+223=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #659EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDF is #9A6120. Grayscale: #949494. Windows color (decimal): -10117409 or 14655077. OLE color: 14655077.

HSL color Cylindrical-coordinate representation of color #659EDF: hue angle of 211.97º 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 #659EDF is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 158 223 -
CMYK 0.55 0.29 0 0.13
HSL 211.97º 0.66% 0.64% -
HSV(B) 211.97º 0.55% 0.87% -
XYZ 30.91 32.55 74.47 -
YUV 148.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 101 158 223 0.55 0.29 0 0.13 211.97 0.66 0.64
Hex 65 9E DF 37 1D 0 D D4 42 40
Octal 145 236 337 67 35 0 15 324 102 100
Binary 1100101 10011110 11011111 110111 11101 0 1101 11010100 1000010 1000000

Color Harmonies of #659EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EDF

Black with #659EDF

Text Example


Text Example

White with #659EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659EDF; }

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

 H1.HeaderClassName
 {
   color: #659EDF;
 }
 .AnyTagClassName
 {
   color: #659EDF;
 }
</style>

background-color css

<style>
 a { background-color: #659EDF; }

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

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

border-color css

<style>
 span { border-color: #659EDF; }

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

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