Html Css Color HEX #659DEF Cornflower Blue

📋 copy color: '#659DEF'

red 101 ◦ green 157 ◦ blue 239

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

Shades of Cornflower Blue #659DEF

Tints of Cornflower Blue #659DEF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 20.32%
G = 31.59%
B = 48.09%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#659DEF (or 0x659DEF) is known color: Cornflower Blue. HEX triplet: 65, 9D and EF. RGB value is (101,157,239). Sum of RGB (Red+Green+Blue) = 101+157+239=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #659DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659DEF is #9A6210. Grayscale: #959595. Windows color (decimal): -10117649 or 15703397. OLE color: 15703397.

HSL color Cylindrical-coordinate representation of color #659DEF: hue angle of 215.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659DEF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 157 239 -
CMYK 0.58 0.34 0 0.06
HSL 215.65º 0.81% 0.67% -
HSV(B) 215.65º 0.58% 0.94% -
XYZ 33 33.11 86.31 -
YUV 149.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 101 157 239 0.58 0.34 0 0.06 215.65 0.81 0.67
Hex 65 9D EF 3A 22 0 6 D8 51 43
Octal 145 235 357 72 42 0 6 330 121 103
Binary 1100101 10011101 11101111 111010 100010 0 110 11011000 1010001 1000011

Color Harmonies of #659DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DEF

Black with #659DEF

Text Example


Text Example

White with #659DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,157,239); }

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

background-color css

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

 a { background-color: rgb(101,157,239); }

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

border-color css

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

 span { border-color: rgb(101,157,239); }

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