Html Css Color HEX #4485E6 Royal Blue

📋 copy color: '#4485E6'

red 68 ◦ green 133 ◦ blue 230

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

Shades of Royal Blue #4485E6

Tints of Royal Blue #4485E6

RGB

 RED value IS 68 (26.95% from 255) = 15.78%

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 230 (90.23% from 255) = 53.36%

R = 15.78%
G = 30.86%
B = 53.36%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4485E6 (or 0x4485E6) is known color: Royal Blue. HEX triplet: 44, 85 and E6. RGB value is (68,133,230). Sum of RGB (Red+Green+Blue) = 68+133+230=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #4485E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4485E6 is #BB7A19. Grayscale: #7C7C7C. Windows color (decimal): -12286490 or 15107396. OLE color: 15107396.

HSL color Cylindrical-coordinate representation of color #4485E6: hue angle of 215.93º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4485E6 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 133 230 -
CMYK 0.70 0.42 0 0.10
HSL 215.93º 0.76% 0.58% -
HSV(B) 215.93º 0.7% 0.9% -
XYZ 25.05 23.72 78.12 -
YUV 124.62 187.47 87.61 -
System Red Green Blue C M Y K H S L
Decimal 68 133 230 0.70 0.42 0 0.10 215.93 0.76 0.58
Hex 44 85 E6 46 2A 0 A D8 4C 3A
Octal 104 205 346 106 52 0 12 330 114 72
Binary 1000100 10000101 11100110 1000110 101010 0 1010 11011000 1001100 111010

Color Harmonies of #4485E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4485E6

Black with #4485E6

Text Example


Text Example

White with #4485E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4485E6; }

 p { color: rgb(68,133,230); }

 H1.HeaderClassName
 {
   color: #4485E6;
 }
 .AnyTagClassName
 {
   color: #4485E6;
 }
</style>

background-color css

<style>
 a { background-color: #4485E6; }

 a { background-color: rgb(68,133,230); }

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

border-color css

<style>
 span { border-color: #4485E6; }

 span { border-color: rgb(68,133,230); }

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