Html Css Color HEX #4465DF Royal Blue

📋 copy color: '#4465DF'

red 68 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #4465DF

Tints of Royal Blue #4465DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 17.35%
G = 25.77%
B = 56.89%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4465DF (or 0x4465DF) is known color: Royal Blue. HEX triplet: 44, 65 and DF. RGB value is (68,101,223). Sum of RGB (Red+Green+Blue) = 68+101+223=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #4465DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465DF is #BB9A20. Grayscale: #686868. Windows color (decimal): -12294689 or 14640452. OLE color: 14640452.

HSL color Cylindrical-coordinate representation of color #4465DF: hue angle of 227.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4465DF is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 101 223 -
CMYK 0.70 0.55 0 0.13
HSL 227.23º 0.71% 0.57% -
HSV(B) 227.23º 0.7% 0.87% -
XYZ 20.36 15.86 71.8 -
YUV 105.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 68 101 223 0.70 0.55 0 0.13 227.23 0.71 0.57
Hex 44 65 DF 46 37 0 D E3 47 39
Octal 104 145 337 106 67 0 15 343 107 71
Binary 1000100 1100101 11011111 1000110 110111 0 1101 11100011 1000111 111001

Color Harmonies of #4465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465DF

Black with #4465DF

Text Example


Text Example

White with #4465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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