Html Css Color HEX #2B5CDA Royal Blue

📋 copy color: '#2B5CDA'

red 43 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #2B5CDA

Tints of Royal Blue #2B5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 12.18%
G = 26.06%
B = 61.76%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B5CDA (or 0x2B5CDA) is known color: Royal Blue. HEX triplet: 2B, 5C and DA. RGB value is (43,92,218). Sum of RGB (Red+Green+Blue) = 43+92+218=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CDA is #D4A325. Grayscale: #5B5B5B. Windows color (decimal): -13935398 or 14310443. OLE color: 14310443.

HSL color Cylindrical-coordinate representation of color #2B5CDA: hue angle of 223.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5CDA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 92 218 -
CMYK 0.80 0.58 0 0.15
HSL 223.2º 0.7% 0.51% -
HSV(B) 223.2º 0.8% 0.85% -
XYZ 17.48 13.23 67.96 -
YUV 91.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 43 92 218 0.80 0.58 0 0.15 223.2 0.7 0.51
Hex 2B 5C DA 50 3A 0 F DF 46 33
Octal 53 134 332 120 72 0 17 337 106 63
Binary 101011 1011100 11011010 1010000 111010 0 1111 11011111 1000110 110011

Color Harmonies of #2B5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CDA

Black with #2B5CDA

Text Example


Text Example

White with #2B5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,92,218); }

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

background-color css

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

 a { background-color: rgb(43,92,218); }

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

border-color css

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

 span { border-color: rgb(43,92,218); }

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