Html Css Color HEX #4690EA Cornflower Blue

📋 copy color: '#4690EA'

red 70 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #4690EA

Tints of Cornflower Blue #4690EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 15.63%
G = 32.14%
B = 52.23%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4690EA (or 0x4690EA) is known color: Cornflower Blue. HEX triplet: 46, 90 and EA. RGB value is (70,144,234). Sum of RGB (Red+Green+Blue) = 70+144+234=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #4690EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4690EA is #B96F15. Grayscale: #838383. Windows color (decimal): -12152598 or 15372358. OLE color: 15372358.

HSL color Cylindrical-coordinate representation of color #4690EA: hue angle of 212.93º 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 #4690EA is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 144 234 -
CMYK 0.70 0.38 0 0.08
HSL 212.93º 0.8% 0.6% -
HSV(B) 212.93º 0.7% 0.92% -
XYZ 27.35 27.19 81.65 -
YUV 132.13 185.48 83.68 -
System Red Green Blue C M Y K H S L
Decimal 70 144 234 0.70 0.38 0 0.08 212.93 0.8 0.6
Hex 46 90 EA 46 26 0 8 D5 50 3C
Octal 106 220 352 106 46 0 10 325 120 74
Binary 1000110 10010000 11101010 1000110 100110 0 1000 11010101 1010000 111100

Color Harmonies of #4690EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4690EA

Black with #4690EA

Text Example


Text Example

White with #4690EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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