Html Css Color HEX #4690EB Cornflower Blue

📋 copy color: '#4690EB'

red 70 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #4690EB

Tints of Cornflower Blue #4690EB

RGB

 RED value IS 70 (27.73% from 255) = 15.59%

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 15.59%
G = 32.07%
B = 52.34%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4690EB (or 0x4690EB) is known color: Cornflower Blue. HEX triplet: 46, 90 and EB. RGB value is (70,144,235). Sum of RGB (Red+Green+Blue) = 70+144+235=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #4690EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4690EB is #B96F14. Grayscale: #838383. Windows color (decimal): -12152597 or 15437894. OLE color: 15437894.

HSL color Cylindrical-coordinate representation of color #4690EB: hue angle of 213.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4690EB is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 144 235 -
CMYK 0.70 0.39 0 0.08
HSL 213.09º 0.8% 0.6% -
HSV(B) 213.09º 0.7% 0.92% -
XYZ 27.49 27.25 82.41 -
YUV 132.25 185.98 83.6 -
System Red Green Blue C M Y K H S L
Decimal 70 144 235 0.70 0.39 0 0.08 213.09 0.8 0.6
Hex 46 90 EB 46 27 0 8 D5 50 3C
Octal 106 220 353 106 47 0 10 325 120 74
Binary 1000110 10010000 11101011 1000110 100111 0 1000 11010101 1010000 111100

Color Harmonies of #4690EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4690EB

Black with #4690EB

Text Example


Text Example

White with #4690EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4690EB; }

 p { color: rgb(70,144,235); }

 H1.HeaderClassName
 {
   color: #4690EB;
 }
 .AnyTagClassName
 {
   color: #4690EB;
 }
</style>

background-color css

<style>
 a { background-color: #4690EB; }

 a { background-color: rgb(70,144,235); }

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

border-color css

<style>
 span { border-color: #4690EB; }

 span { border-color: rgb(70,144,235); }

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