Html Css Color HEX #658CEB Cornflower Blue

📋 copy color: '#658CEB'

red 101 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #658CEB

Tints of Cornflower Blue #658CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 21.22%
G = 29.41%
B = 49.37%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#658CEB (or 0x658CEB) is known color: Cornflower Blue. HEX triplet: 65, 8C and EB. RGB value is (101,140,235). Sum of RGB (Red+Green+Blue) = 101+140+235=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #658CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CEB is #9A7314. Grayscale: #8A8A8A. Windows color (decimal): -10122005 or 15436901. OLE color: 15436901.

HSL color Cylindrical-coordinate representation of color #658CEB: hue angle of 222.54º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658CEB is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 140 235 -
CMYK 0.57 0.40 0 0.08
HSL 222.54º 0.77% 0.66% -
HSV(B) 222.54º 0.57% 0.92% -
XYZ 29.74 27.52 82.34 -
YUV 139.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 101 140 235 0.57 0.40 0 0.08 222.54 0.77 0.66
Hex 65 8C EB 39 28 0 8 DF 4D 42
Octal 145 214 353 71 50 0 10 337 115 102
Binary 1100101 10001100 11101011 111001 101000 0 1000 11011111 1001101 1000010

Color Harmonies of #658CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CEB

Black with #658CEB

Text Example


Text Example

White with #658CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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