Html Css Color HEX #2B61EC Royal Blue

📋 copy color: '#2B61EC'

red 43 ◦ green 97 ◦ blue 236

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

Shades of Royal Blue #2B61EC

Tints of Royal Blue #2B61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 11.44%
G = 25.8%
B = 62.77%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B61EC (or 0x2B61EC) is known color: Royal Blue. HEX triplet: 2B, 61 and EC. RGB value is (43,97,236). Sum of RGB (Red+Green+Blue) = 43+97+236=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B61EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B61EC is #D49E13. Grayscale: #606060. Windows color (decimal): -13934100 or 15491371. OLE color: 15491371.

HSL color Cylindrical-coordinate representation of color #2B61EC: hue angle of 223.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B61EC is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 97 236 -
CMYK 0.82 0.59 0 0.07
HSL 223.21º 0.84% 0.55% -
HSV(B) 223.21º 0.82% 0.93% -
XYZ 20.41 15.12 81.2 -
YUV 96.7 206.61 89.7 -
System Red Green Blue C M Y K H S L
Decimal 43 97 236 0.82 0.59 0 0.07 223.21 0.84 0.55
Hex 2B 61 EC 52 3B 0 7 DF 54 37
Octal 53 141 354 122 73 0 7 337 124 67
Binary 101011 1100001 11101100 1010010 111011 0 111 11011111 1010100 110111

Color Harmonies of #2B61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B61EC

Black with #2B61EC

Text Example


Text Example

White with #2B61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,97,236); }

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

background-color css

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

 a { background-color: rgb(43,97,236); }

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

border-color css

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

 span { border-color: rgb(43,97,236); }

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