Html Css Color HEX #658BFA Cornflower Blue

📋 copy color: '#658BFA'

red 101 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #658BFA

Tints of Cornflower Blue #658BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

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

R = 20.61%
G = 28.37%
B = 51.02%

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

#658BFA (or 0x658BFA) is known color: Cornflower Blue. HEX triplet: 65, 8B and FA. RGB value is (101,139,250). Sum of RGB (Red+Green+Blue) = 101+139+250=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #658BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BFA is #9A7405. Grayscale: #8B8B8B. Windows color (decimal): -10122246 or 16419685. OLE color: 16419685.

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

Color convert

RGB 101 139 250 -
CMYK 0.60 0.44 0 0.02
HSL 224.7º 0.94% 0.69% -
HSV(B) 224.7º 0.6% 0.98% -
XYZ 31.85 28.13 94.19 -
YUV 140.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 101 139 250 0.60 0.44 0 0.02 224.7 0.94 0.69
Hex 65 8B FA 3C 2C 0 2 E1 5E 45
Octal 145 213 372 74 54 0 2 341 136 105
Binary 1100101 10001011 11111010 111100 101100 0 10 11100001 1011110 1000101

Color Harmonies of #658BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658BFA

Black with #658BFA

Text Example


Text Example

White with #658BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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