#4285EF

Color #4285EF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4285EF

Tints of Royal Blue #4285EF

Color information

#4285EF (or 0x4285EF) is unknown color: approx Royal Blue. HEX triplet: 42, 85 and EF. RGB value is (66,133,239). Sum of RGB (Red+Green+Blue) = 66+133+239=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #4285EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4285EF is #BD7A10. Grayscale: #7C7C7C. Windows color (decimal): -12417553 or 15697218. OLE color: 15697218.

HSL color Cylindrical-coordinate representation of color #4285EF: hue angle of 216.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4285EF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66133239-
CMYK0.720.4400.06
HSL216.76º84.39%59.8%-
HSV(B)216.76º72.38%93.73%-
XYZ26.2124.1784.94-
YUV125.05192.385.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.07%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 239 (93.75% from 255) = 54.57%
R=15.07%
G=30.37%
B=54.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661332390.720.4400.06216.7684.3959.8
Hex4285EF482C06d9543c
Octal102205357110540633112474
Binary1000010100001011110111110010001011000110110110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4285EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4285EF; }

 p { color: rgb(66,133,239); }

 H1.HeaderClassName
 {
   color: #4285EF;
 }
 .AnyTagClassName
 {
   color: #4285EF;
 }
</style>
background-color css

<style>
 a { background-color: #4285EF; }

 a { background-color: rgb(66,133,239); }

 div.DivClassName
 {
   background-color: #4285EF;
 }
 .BgClassName
 {
   background-color: #4285EF;
 }
</style>
border-color css

<style>
 span { border-color: #4285EF; }

 span { border-color: rgb(66,133,239); }

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