Html Css Color HEX #659FF2 Cornflower Blue

📋 copy color: '#659FF2'

red 101 ◦ green 159 ◦ blue 242

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

Shades of Cornflower Blue #659FF2

Tints of Cornflower Blue #659FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 20.12%
G = 31.67%
B = 48.21%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#659FF2 (or 0x659FF2) is known color: Cornflower Blue. HEX triplet: 65, 9F and F2. RGB value is (101,159,242). Sum of RGB (Red+Green+Blue) = 101+159+242=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #659FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659FF2 is #9A600D. Grayscale: #969696. Windows color (decimal): -10117134 or 15900517. OLE color: 15900517.

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

Color convert

RGB 101 159 242 -
CMYK 0.58 0.34 0 0.05
HSL 215.32º 0.84% 0.67% -
HSV(B) 215.32º 0.58% 0.95% -
XYZ 33.79 33.97 88.78 -
YUV 151.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 101 159 242 0.58 0.34 0 0.05 215.32 0.84 0.67
Hex 65 9F F2 3A 22 0 5 D7 54 43
Octal 145 237 362 72 42 0 5 327 124 103
Binary 1100101 10011111 11110010 111010 100010 0 101 11010111 1010100 1000011

Color Harmonies of #659FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FF2

Black with #659FF2

Text Example


Text Example

White with #659FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,159,242); }

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

background-color css

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

 a { background-color: rgb(101,159,242); }

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

border-color css

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

 span { border-color: rgb(101,159,242); }

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