Html Css Color HEX #658AFF Cornflower Blue

📋 copy color: '#658AFF'

red 101 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #658AFF

Tints of Cornflower Blue #658AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 20.45%
G = 27.94%
B = 51.62%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#658AFF (or 0x658AFF) is known color: Cornflower Blue. HEX triplet: 65, 8A and FF. RGB value is (101,138,255). Sum of RGB (Red+Green+Blue) = 101+138+255=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #658AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AFF is #9A7500. Grayscale: #8B8B8B. Windows color (decimal): -10122497 or 16747109. OLE color: 16747109.

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

Color convert

RGB 101 138 255 -
CMYK 0.60 0.46 0 0
HSL 225.58º 1% 0.7% -
HSV(B) 225.58º 0.6% 1% -
XYZ 32.51 28.16 98.33 -
YUV 140.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 101 138 255 0.60 0.46 0 0 225.58 1 0.7
Hex 65 8A FF 3C 2E 0 0 E2 64 46
Octal 145 212 377 74 56 0 0 342 144 106
Binary 1100101 10001010 11111111 111100 101110 0 0 11100010 1100100 1000110

Color Harmonies of #658AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658AFF

Black with #658AFF

Text Example


Text Example

White with #658AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,138,255); }

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

background-color css

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

 a { background-color: rgb(101,138,255); }

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

border-color css

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

 span { border-color: rgb(101,138,255); }

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