Html Css Color HEX #4565D2 Royal Blue

📋 copy color: '#4565D2'

red 69 ◦ green 101 ◦ blue 210

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

Shades of Royal Blue #4565D2

Tints of Royal Blue #4565D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.26%

R = 18.16%
G = 26.58%
B = 55.26%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4565D2 (or 0x4565D2) is known color: Royal Blue. HEX triplet: 45, 65 and D2. RGB value is (69,101,210). Sum of RGB (Red+Green+Blue) = 69+101+210=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #4565D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565D2 is #BA9A2D. Grayscale: #676767. Windows color (decimal): -12229166 or 13788485. OLE color: 13788485.

HSL color Cylindrical-coordinate representation of color #4565D2: hue angle of 226.38º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4565D2 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 101 210 -
CMYK 0.67 0.52 0 0.18
HSL 226.38º 0.61% 0.55% -
HSV(B) 226.38º 0.67% 0.82% -
XYZ 18.74 15.23 62.92 -
YUV 103.86 187.9 103.14 -
System Red Green Blue C M Y K H S L
Decimal 69 101 210 0.67 0.52 0 0.18 226.38 0.61 0.55
Hex 45 65 D2 43 34 0 12 E2 3D 37
Octal 105 145 322 103 64 0 22 342 75 67
Binary 1000101 1100101 11010010 1000011 110100 0 10010 11100010 111101 110111

Color Harmonies of #4565D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565D2

Black with #4565D2

Text Example


Text Example

White with #4565D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4565D2; }

 p { color: rgb(69,101,210); }

 H1.HeaderClassName
 {
   color: #4565D2;
 }
 .AnyTagClassName
 {
   color: #4565D2;
 }
</style>

background-color css

<style>
 a { background-color: #4565D2; }

 a { background-color: rgb(69,101,210); }

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

border-color css

<style>
 span { border-color: #4565D2; }

 span { border-color: rgb(69,101,210); }

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