Html Css Color HEX #658DFC Cornflower Blue

📋 copy color: '#658DFC'

red 101 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #658DFC

Tints of Cornflower Blue #658DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 20.45%
G = 28.54%
B = 51.01%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#658DFC (or 0x658DFC) is known color: Cornflower Blue. HEX triplet: 65, 8D and FC. RGB value is (101,141,252). Sum of RGB (Red+Green+Blue) = 101+141+252=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #658DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658DFC is #9A7203. Grayscale: #8D8D8D. Windows color (decimal): -10121732 or 16551269. OLE color: 16551269.

HSL color Cylindrical-coordinate representation of color #658DFC: hue angle of 224.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658DFC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 141 252 -
CMYK 0.60 0.44 0 0.01
HSL 224.11º 0.96% 0.69% -
HSV(B) 224.11º 0.6% 0.99% -
XYZ 32.46 28.84 95.95 -
YUV 141.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 101 141 252 0.60 0.44 0 0.01 224.11 0.96 0.69
Hex 65 8D FC 3C 2C 0 1 E0 60 45
Octal 145 215 374 74 54 0 1 340 140 105
Binary 1100101 10001101 11111100 111100 101100 0 1 11100000 1100000 1000101

Color Harmonies of #658DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DFC

Black with #658DFC

Text Example


Text Example

White with #658DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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