Html Css Color HEX #2B7CDF Royal Blue

📋 copy color: '#2B7CDF'

red 43 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #2B7CDF

Tints of Royal Blue #2B7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 11.03%
G = 31.79%
B = 57.18%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B7CDF (or 0x2B7CDF) is known color: Royal Blue. HEX triplet: 2B, 7C and DF. RGB value is (43,124,223). Sum of RGB (Red+Green+Blue) = 43+124+223=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B7CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CDF is #D48320. Grayscale: #6E6E6E. Windows color (decimal): -13927201 or 14646315. OLE color: 14646315.

HSL color Cylindrical-coordinate representation of color #2B7CDF: hue angle of 213º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7CDF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 124 223 -
CMYK 0.81 0.44 0 0.13
HSL 213º 0.74% 0.52% -
HSV(B) 213º 0.81% 0.87% -
XYZ 21.52 20.26 72.59 -
YUV 111.07 191.16 79.45 -
System Red Green Blue C M Y K H S L
Decimal 43 124 223 0.81 0.44 0 0.13 213 0.74 0.52
Hex 2B 7C DF 51 2C 0 D D5 4A 34
Octal 53 174 337 121 54 0 15 325 112 64
Binary 101011 1111100 11011111 1010001 101100 0 1101 11010101 1001010 110100

Color Harmonies of #2B7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7CDF

Black with #2B7CDF

Text Example


Text Example

White with #2B7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,124,223); }

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

background-color css

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

 a { background-color: rgb(43,124,223); }

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

border-color css

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

 span { border-color: rgb(43,124,223); }

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