Html Css Color HEX #2B5FFC Royal Blue

📋 copy color: '#2B5FFC'

red 43 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #2B5FFC

Tints of Royal Blue #2B5FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 11.03%
G = 24.36%
B = 64.62%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B5FFC (or 0x2B5FFC) is known color: Royal Blue. HEX triplet: 2B, 5F and FC. RGB value is (43,95,252). Sum of RGB (Red+Green+Blue) = 43+95+252=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FFC is #D4A003. Grayscale: #606060. Windows color (decimal): -13934596 or 16539435. OLE color: 16539435.

HSL color Cylindrical-coordinate representation of color #2B5FFC: hue angle of 225.07º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5FFC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 95 252 -
CMYK 0.83 0.62 0 0.01
HSL 225.07º 0.97% 0.58% -
HSV(B) 225.07º 0.83% 0.99% -
XYZ 22.66 15.73 93.94 -
YUV 97.35 215.27 89.23 -
System Red Green Blue C M Y K H S L
Decimal 43 95 252 0.83 0.62 0 0.01 225.07 0.97 0.58
Hex 2B 5F FC 53 3E 0 1 E1 61 3A
Octal 53 137 374 123 76 0 1 341 141 72
Binary 101011 1011111 11111100 1010011 111110 0 1 11100001 1100001 111010

Color Harmonies of #2B5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FFC

Black with #2B5FFC

Text Example


Text Example

White with #2B5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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