Html Css Color HEX #4485DE Royal Blue

📋 copy color: '#4485DE'

red 68 ◦ green 133 ◦ blue 222

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

Shades of Royal Blue #4485DE

Tints of Royal Blue #4485DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 16.08%
G = 31.44%
B = 52.48%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4485DE (or 0x4485DE) is known color: Royal Blue. HEX triplet: 44, 85 and DE. RGB value is (68,133,222). Sum of RGB (Red+Green+Blue) = 68+133+222=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #4485DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4485DE is #BB7A21. Grayscale: #7B7B7B. Windows color (decimal): -12286498 or 14583108. OLE color: 14583108.

HSL color Cylindrical-coordinate representation of color #4485DE: hue angle of 214.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4485DE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 133 222 -
CMYK 0.69 0.40 0 0.13
HSL 214.68º 0.7% 0.57% -
HSV(B) 214.68º 0.69% 0.87% -
XYZ 23.96 23.28 72.34 -
YUV 123.71 183.47 88.26 -
System Red Green Blue C M Y K H S L
Decimal 68 133 222 0.69 0.40 0 0.13 214.68 0.7 0.57
Hex 44 85 DE 45 28 0 D D7 46 39
Octal 104 205 336 105 50 0 15 327 106 71
Binary 1000100 10000101 11011110 1000101 101000 0 1101 11010111 1000110 111001

Color Harmonies of #4485DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4485DE

Black with #4485DE

Text Example


Text Example

White with #4485DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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