Html Css Color HEX #2B70DC Royal Blue

📋 copy color: '#2B70DC'

red 43 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #2B70DC

Tints of Royal Blue #2B70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 11.47%
G = 29.87%
B = 58.67%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B70DC (or 0x2B70DC) is known color: Royal Blue. HEX triplet: 2B, 70 and DC. RGB value is (43,112,220). Sum of RGB (Red+Green+Blue) = 43+112+220=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70DC is #D48F23. Grayscale: #676767. Windows color (decimal): -13930276 or 14446635. OLE color: 14446635.

HSL color Cylindrical-coordinate representation of color #2B70DC: hue angle of 216.61º 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 #2B70DC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 112 220 -
CMYK 0.80 0.49 0 0.14
HSL 216.61º 0.72% 0.52% -
HSV(B) 216.61º 0.8% 0.86% -
XYZ 19.71 17.27 70 -
YUV 103.68 193.64 84.72 -
System Red Green Blue C M Y K H S L
Decimal 43 112 220 0.80 0.49 0 0.14 216.61 0.72 0.52
Hex 2B 70 DC 50 31 0 E D9 48 34
Octal 53 160 334 120 61 0 16 331 110 64
Binary 101011 1110000 11011100 1010000 110001 0 1110 11011001 1001000 110100

Color Harmonies of #2B70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B70DC

Black with #2B70DC

Text Example


Text Example

White with #2B70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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