Html Css Color HEX #2B75DC Royal Blue

📋 copy color: '#2B75DC'

red 43 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #2B75DC

Tints of Royal Blue #2B75DC

RGB

 RED value IS 43 (17.19% from 255) = 11.32%

 GREEN value IS 117 (46.09% from 255) = 30.79%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 11.32%
G = 30.79%
B = 57.89%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B75DC (or 0x2B75DC) is known color: Royal Blue. HEX triplet: 2B, 75 and DC. RGB value is (43,117,220). Sum of RGB (Red+Green+Blue) = 43+117+220=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B75DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75DC is #D48A23. Grayscale: #6A6A6A. Windows color (decimal): -13928996 or 14447915. OLE color: 14447915.

HSL color Cylindrical-coordinate representation of color #2B75DC: hue angle of 214.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B75DC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 117 220 -
CMYK 0.80 0.47 0 0.14
HSL 214.92º 0.72% 0.52% -
HSV(B) 214.92º 0.8% 0.86% -
XYZ 20.28 18.4 70.19 -
YUV 106.62 191.98 82.62 -
System Red Green Blue C M Y K H S L
Decimal 43 117 220 0.80 0.47 0 0.14 214.92 0.72 0.52
Hex 2B 75 DC 50 2F 0 E D7 48 34
Octal 53 165 334 120 57 0 16 327 110 64
Binary 101011 1110101 11011100 1010000 101111 0 1110 11010111 1001000 110100

Color Harmonies of #2B75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B75DC

Black with #2B75DC

Text Example


Text Example

White with #2B75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B75DC; }

 p { color: rgb(43,117,220); }

 H1.HeaderClassName
 {
   color: #2B75DC;
 }
 .AnyTagClassName
 {
   color: #2B75DC;
 }
</style>

background-color css

<style>
 a { background-color: #2B75DC; }

 a { background-color: rgb(43,117,220); }

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

border-color css

<style>
 span { border-color: #2B75DC; }

 span { border-color: rgb(43,117,220); }

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