Html Css Color HEX #658FFA Cornflower Blue

📋 copy color: '#658FFA'

red 101 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #658FFA

Tints of Cornflower Blue #658FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 20.45%
G = 28.95%
B = 50.61%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#658FFA (or 0x658FFA) is known color: Cornflower Blue. HEX triplet: 65, 8F and FA. RGB value is (101,143,250). Sum of RGB (Red+Green+Blue) = 101+143+250=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #658FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658FFA is #9A7005. Grayscale: #8E8E8E. Windows color (decimal): -10121222 or 16420709. OLE color: 16420709.

HSL color Cylindrical-coordinate representation of color #658FFA: hue angle of 223.09º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658FFA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 143 250 -
CMYK 0.60 0.43 0 0.02
HSL 223.09º 0.94% 0.69% -
HSV(B) 223.09º 0.6% 0.98% -
XYZ 32.44 29.31 94.39 -
YUV 142.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 101 143 250 0.60 0.43 0 0.02 223.09 0.94 0.69
Hex 65 8F FA 3C 2B 0 2 DF 5E 45
Octal 145 217 372 74 53 0 2 337 136 105
Binary 1100101 10001111 11111010 111100 101011 0 10 11011111 1011110 1000101

Color Harmonies of #658FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FFA

Black with #658FFA

Text Example


Text Example

White with #658FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,143,250); }

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

background-color css

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

 a { background-color: rgb(101,143,250); }

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

border-color css

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

 span { border-color: rgb(101,143,250); }

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