Html Css Color HEX #2B74EB Royal Blue

📋 copy color: '#2B74EB'

red 43 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #2B74EB

Tints of Royal Blue #2B74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 10.91%
G = 29.44%
B = 59.64%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B74EB (or 0x2B74EB) is known color: Royal Blue. HEX triplet: 2B, 74 and EB. RGB value is (43,116,235). Sum of RGB (Red+Green+Blue) = 43+116+235=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B74EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B74EB is #D48B14. Grayscale: #6B6B6B. Windows color (decimal): -13929237 or 15430699. OLE color: 15430699.

HSL color Cylindrical-coordinate representation of color #2B74EB: hue angle of 217.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B74EB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 116 235 -
CMYK 0.82 0.51 0 0.08
HSL 217.19º 0.83% 0.55% -
HSV(B) 217.19º 0.82% 0.92% -
XYZ 22.24 19 81.09 -
YUV 107.74 199.82 81.82 -
System Red Green Blue C M Y K H S L
Decimal 43 116 235 0.82 0.51 0 0.08 217.19 0.83 0.55
Hex 2B 74 EB 52 33 0 8 D9 53 37
Octal 53 164 353 122 63 0 10 331 123 67
Binary 101011 1110100 11101011 1010010 110011 0 1000 11011001 1010011 110111

Color Harmonies of #2B74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B74EB

Black with #2B74EB

Text Example


Text Example

White with #2B74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,235); }

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

background-color css

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

 a { background-color: rgb(43,116,235); }

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

border-color css

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

 span { border-color: rgb(43,116,235); }

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