Html Css Color HEX #4465DD Royal Blue

📋 copy color: '#4465DD'

red 68 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #4465DD

Tints of Royal Blue #4465DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 17.44%
G = 25.9%
B = 56.67%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4465DD (or 0x4465DD) is known color: Royal Blue. HEX triplet: 44, 65 and DD. RGB value is (68,101,221). Sum of RGB (Red+Green+Blue) = 68+101+221=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #4465DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465DD is #BB9A22. Grayscale: #686868. Windows color (decimal): -12294691 or 14509380. OLE color: 14509380.

HSL color Cylindrical-coordinate representation of color #4465DD: hue angle of 227.06º degrees, saturation: 0.69, 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 #4465DD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 101 221 -
CMYK 0.69 0.54 0 0.13
HSL 227.06º 0.69% 0.57% -
HSV(B) 227.06º 0.69% 0.87% -
XYZ 20.09 15.76 70.39 -
YUV 104.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 68 101 221 0.69 0.54 0 0.13 227.06 0.69 0.57
Hex 44 65 DD 45 36 0 D E3 45 39
Octal 104 145 335 105 66 0 15 343 105 71
Binary 1000100 1100101 11011101 1000101 110110 0 1101 11100011 1000101 111001

Color Harmonies of #4465DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465DD

Black with #4465DD

Text Example


Text Example

White with #4465DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4465DD; }

 p { color: rgb(68,101,221); }

 H1.HeaderClassName
 {
   color: #4465DD;
 }
 .AnyTagClassName
 {
   color: #4465DD;
 }
</style>

background-color css

<style>
 a { background-color: #4465DD; }

 a { background-color: rgb(68,101,221); }

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

border-color css

<style>
 span { border-color: #4465DD; }

 span { border-color: rgb(68,101,221); }

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