Html Css Color HEX #658CFE Cornflower Blue

📋 copy color: '#658CFE'

red 101 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #658CFE

Tints of Cornflower Blue #658CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 20.4%
G = 28.28%
B = 51.31%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#658CFE (or 0x658CFE) is known color: Cornflower Blue. HEX triplet: 65, 8C and FE. RGB value is (101,140,254). Sum of RGB (Red+Green+Blue) = 101+140+254=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #658CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CFE is #9A7301. Grayscale: #8C8C8C. Windows color (decimal): -10121986 or 16682085. OLE color: 16682085.

HSL color Cylindrical-coordinate representation of color #658CFE: hue angle of 224.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658CFE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 140 254 -
CMYK 0.60 0.45 0 0.00
HSL 224.71º 0.99% 0.7% -
HSV(B) 224.71º 0.6% 1% -
XYZ 32.63 28.68 97.58 -
YUV 141.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 101 140 254 0.60 0.45 0 0.00 224.71 0.99 0.7
Hex 65 8C FE 3C 2D 0 0 E1 63 46
Octal 145 214 376 74 55 0 0 341 143 106
Binary 1100101 10001100 11111110 111100 101101 0 0 11100001 1100011 1000110

Color Harmonies of #658CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CFE

Black with #658CFE

Text Example


Text Example

White with #658CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,140,254); }

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

background-color css

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

 a { background-color: rgb(101,140,254); }

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

border-color css

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

 span { border-color: rgb(101,140,254); }

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