Html Css Color HEX #445FDD Royal Blue

📋 copy color: '#445FDD'

red 68 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #445FDD

Tints of Royal Blue #445FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 17.71%
G = 24.74%
B = 57.55%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#445FDD (or 0x445FDD) is known color: Royal Blue. HEX triplet: 44, 5F and DD. RGB value is (68,95,221). Sum of RGB (Red+Green+Blue) = 68+95+221=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #445FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FDD is #BBA022. Grayscale: #646464. Windows color (decimal): -12296227 or 14507844. OLE color: 14507844.

HSL color Cylindrical-coordinate representation of color #445FDD: hue angle of 229.41º 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 #445FDD is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 95 221 -
CMYK 0.69 0.57 0 0.13
HSL 229.41º 0.69% 0.57% -
HSV(B) 229.41º 0.69% 0.87% -
XYZ 19.53 14.63 70.2 -
YUV 101.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 68 95 221 0.69 0.57 0 0.13 229.41 0.69 0.57
Hex 44 5F DD 45 39 0 D E5 45 39
Octal 104 137 335 105 71 0 15 345 105 71
Binary 1000100 1011111 11011101 1000101 111001 0 1101 11100101 1000101 111001

Color Harmonies of #445FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FDD

Black with #445FDD

Text Example


Text Example

White with #445FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445FDD; }

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

 H1.HeaderClassName
 {
   color: #445FDD;
 }
 .AnyTagClassName
 {
   color: #445FDD;
 }
</style>

background-color css

<style>
 a { background-color: #445FDD; }

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

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

border-color css

<style>
 span { border-color: #445FDD; }

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

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