Html Css Color HEX #658DF2 Cornflower Blue

📋 copy color: '#658DF2'

red 101 ◦ green 141 ◦ blue 242

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

Shades of Cornflower Blue #658DF2

Tints of Cornflower Blue #658DF2

RGB

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

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

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

R = 20.87%
G = 29.13%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#658DF2 (or 0x658DF2) is known color: Cornflower Blue. HEX triplet: 65, 8D and F2. RGB value is (101,141,242). Sum of RGB (Red+Green+Blue) = 101+141+242=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #658DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658DF2 is #9A720D. Grayscale: #8C8C8C. Windows color (decimal): -10121742 or 15895909. OLE color: 15895909.

HSL color Cylindrical-coordinate representation of color #658DF2: hue angle of 222.98º 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 #658DF2 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 141 242 -
CMYK 0.58 0.42 0 0.05
HSL 222.98º 0.84% 0.67% -
HSV(B) 222.98º 0.58% 0.95% -
XYZ 30.92 28.23 87.82 -
YUV 140.55 185.25 99.79 -
System Red Green Blue C M Y K H S L
Decimal 101 141 242 0.58 0.42 0 0.05 222.98 0.84 0.67
Hex 65 8D F2 3A 2A 0 5 DF 54 43
Octal 145 215 362 72 52 0 5 337 124 103
Binary 1100101 10001101 11110010 111010 101010 0 101 11011111 1010100 1000011

Color Harmonies of #658DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DF2

Black with #658DF2

Text Example


Text Example

White with #658DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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