Html Css Color HEX #2B5FED Royal Blue

📋 copy color: '#2B5FED'

red 43 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #2B5FED

Tints of Royal Blue #2B5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 11.47%
G = 25.33%
B = 63.2%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B5FED (or 0x2B5FED) is known color: Royal Blue. HEX triplet: 2B, 5F and ED. RGB value is (43,95,237). Sum of RGB (Red+Green+Blue) = 43+95+237=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B5FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FED is #D4A012. Grayscale: #5F5F5F. Windows color (decimal): -13934611 or 15556395. OLE color: 15556395.

HSL color Cylindrical-coordinate representation of color #2B5FED: hue angle of 223.92º 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 #2B5FED is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 95 237 -
CMYK 0.82 0.60 0 0.07
HSL 223.92º 0.84% 0.55% -
HSV(B) 223.92º 0.82% 0.93% -
XYZ 20.37 14.81 81.91 -
YUV 95.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 43 95 237 0.82 0.60 0 0.07 223.92 0.84 0.55
Hex 2B 5F ED 52 3C 0 7 E0 54 37
Octal 53 137 355 122 74 0 7 340 124 67
Binary 101011 1011111 11101101 1010010 111100 0 111 11100000 1010100 110111

Color Harmonies of #2B5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FED

Black with #2B5FED

Text Example


Text Example

White with #2B5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,95,237); }

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

background-color css

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

 a { background-color: rgb(43,95,237); }

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

border-color css

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

 span { border-color: rgb(43,95,237); }

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