Html Css Color HEX #658CFA Cornflower Blue

📋 copy color: '#658CFA'

red 101 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #658CFA

Tints of Cornflower Blue #658CFA

RGB

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

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

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

R = 20.57%
G = 28.51%
B = 50.92%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#658CFA (or 0x658CFA) is known color: Cornflower Blue. HEX triplet: 65, 8C and FA. RGB value is (101,140,250). Sum of RGB (Red+Green+Blue) = 101+140+250=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #658CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CFA is #9A7305. Grayscale: #8C8C8C. Windows color (decimal): -10121990 or 16419941. OLE color: 16419941.

HSL color Cylindrical-coordinate representation of color #658CFA: hue angle of 224.3º 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 #658CFA is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 140 250 -
CMYK 0.60 0.44 0 0.02
HSL 224.3º 0.94% 0.69% -
HSV(B) 224.3º 0.6% 0.98% -
XYZ 32 28.43 94.24 -
YUV 140.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 101 140 250 0.60 0.44 0 0.02 224.3 0.94 0.69
Hex 65 8C FA 3C 2C 0 2 E0 5E 45
Octal 145 214 372 74 54 0 2 340 136 105
Binary 1100101 10001100 11111010 111100 101100 0 10 11100000 1011110 1000101

Color Harmonies of #658CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CFA

Black with #658CFA

Text Example


Text Example

White with #658CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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