Html Css Color HEX #455EEF Royal Blue

📋 copy color: '#455EEF'

red 69 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #455EEF

Tints of Royal Blue #455EEF

RGB

 RED value IS 69 (27.34% from 255) = 17.16%

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 17.16%
G = 23.38%
B = 59.45%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#455EEF (or 0x455EEF) is known color: Royal Blue. HEX triplet: 45, 5E and EF. RGB value is (69,94,239). Sum of RGB (Red+Green+Blue) = 69+94+239=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #455EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EEF is #BAA110. Grayscale: #666666. Windows color (decimal): -12230929 or 15687237. OLE color: 15687237.

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

Color convert

RGB 69 94 239 -
CMYK 0.71 0.61 0 0.06
HSL 231.18º 0.84% 0.6% -
HSV(B) 231.18º 0.71% 0.94% -
XYZ 22.04 15.5 83.49 -
YUV 103.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 69 94 239 0.71 0.61 0 0.06 231.18 0.84 0.6
Hex 45 5E EF 47 3D 0 6 E7 54 3C
Octal 105 136 357 107 75 0 6 347 124 74
Binary 1000101 1011110 11101111 1000111 111101 0 110 11100111 1010100 111100

Color Harmonies of #455EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EEF

Black with #455EEF

Text Example


Text Example

White with #455EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455EEF; }

 p { color: rgb(69,94,239); }

 H1.HeaderClassName
 {
   color: #455EEF;
 }
 .AnyTagClassName
 {
   color: #455EEF;
 }
</style>

background-color css

<style>
 a { background-color: #455EEF; }

 a { background-color: rgb(69,94,239); }

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

border-color css

<style>
 span { border-color: #455EEF; }

 span { border-color: rgb(69,94,239); }

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