Html Css Color HEX #659DE1 Cornflower Blue

📋 copy color: '#659DE1'

red 101 ◦ green 157 ◦ blue 225

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

Shades of Cornflower Blue #659DE1

Tints of Cornflower Blue #659DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 20.91%
G = 32.51%
B = 46.58%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#659DE1 (or 0x659DE1) is known color: Cornflower Blue. HEX triplet: 65, 9D and E1. RGB value is (101,157,225). Sum of RGB (Red+Green+Blue) = 101+157+225=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #659DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DE1 is #9A621E. Grayscale: #939393. Windows color (decimal): -10117663 or 14785893. OLE color: 14785893.

HSL color Cylindrical-coordinate representation of color #659DE1: hue angle of 212.9º degrees, saturation: 0.67, 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 #659DE1 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 157 225 -
CMYK 0.55 0.30 0 0.12
HSL 212.9º 0.67% 0.64% -
HSV(B) 212.9º 0.55% 0.88% -
XYZ 31.01 32.32 75.84 -
YUV 148.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 101 157 225 0.55 0.30 0 0.12 212.9 0.67 0.64
Hex 65 9D E1 37 1E 0 C D5 43 40
Octal 145 235 341 67 36 0 14 325 103 100
Binary 1100101 10011101 11100001 110111 11110 0 1100 11010101 1000011 1000000

Color Harmonies of #659DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DE1

Black with #659DE1

Text Example


Text Example

White with #659DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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