Html Css Color HEX #658BFD Cornflower Blue

📋 copy color: '#658BFD'

red 101 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #658BFD

Tints of Cornflower Blue #658BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 20.49%
G = 28.19%
B = 51.32%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#658BFD (or 0x658BFD) is known color: Cornflower Blue. HEX triplet: 65, 8B and FD. RGB value is (101,139,253). Sum of RGB (Red+Green+Blue) = 101+139+253=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #658BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BFD is #9A7402. Grayscale: #8C8C8C. Windows color (decimal): -10122243 or 16616293. OLE color: 16616293.

HSL color Cylindrical-coordinate representation of color #658BFD: hue angle of 225º degrees, saturation: 0.97, 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 #658BFD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 139 253 -
CMYK 0.60 0.45 0 0.01
HSL 225º 0.97% 0.69% -
HSV(B) 225º 0.6% 0.99% -
XYZ 32.33 28.32 96.69 -
YUV 140.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 101 139 253 0.60 0.45 0 0.01 225 0.97 0.69
Hex 65 8B FD 3C 2D 0 1 E1 61 45
Octal 145 213 375 74 55 0 1 341 141 105
Binary 1100101 10001011 11111101 111100 101101 0 1 11100001 1100001 1000101

Color Harmonies of #658BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658BFD

Black with #658BFD

Text Example


Text Example

White with #658BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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