Html Css Color HEX #2B6CED Royal Blue

📋 copy color: '#2B6CED'

red 43 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #2B6CED

Tints of Royal Blue #2B6CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

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

R = 11.08%
G = 27.84%
B = 61.08%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B6CED (or 0x2B6CED) is known color: Royal Blue. HEX triplet: 2B, 6C and ED. RGB value is (43,108,237). Sum of RGB (Red+Green+Blue) = 43+108+237=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B6CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CED is #D49312. Grayscale: #666666. Windows color (decimal): -13931283 or 15559723. OLE color: 15559723.

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

Color convert

RGB 43 108 237 -
CMYK 0.82 0.54 0 0.07
HSL 219.9º 0.84% 0.55% -
HSV(B) 219.9º 0.82% 0.93% -
XYZ 21.64 17.35 82.33 -
YUV 103.27 203.47 85.01 -
System Red Green Blue C M Y K H S L
Decimal 43 108 237 0.82 0.54 0 0.07 219.9 0.84 0.55
Hex 2B 6C ED 52 36 0 7 DC 54 37
Octal 53 154 355 122 66 0 7 334 124 67
Binary 101011 1101100 11101101 1010010 110110 0 111 11011100 1010100 110111

Color Harmonies of #2B6CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6CED

Black with #2B6CED

Text Example


Text Example

White with #2B6CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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