Html Css Color HEX #2B66FE Royal Blue

📋 copy color: '#2B66FE'

red 43 ◦ green 102 ◦ blue 254

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

Shades of Royal Blue #2B66FE

Tints of Royal Blue #2B66FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 10.78%
G = 25.56%
B = 63.66%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2B66FE (or 0x2B66FE) is known color: Royal Blue. HEX triplet: 2B, 66 and FE. RGB value is (43,102,254). Sum of RGB (Red+Green+Blue) = 43+102+254=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B66FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B66FE is #D49901. Grayscale: #656565. Windows color (decimal): -13932802 or 16672299. OLE color: 16672299.

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

Color convert

RGB 43 102 254 -
CMYK 0.83 0.60 0 0.00
HSL 223.22º 0.99% 0.58% -
HSV(B) 223.22º 0.83% 1% -
XYZ 23.64 17.17 95.83 -
YUV 101.69 213.95 86.14 -
System Red Green Blue C M Y K H S L
Decimal 43 102 254 0.83 0.60 0 0.00 223.22 0.99 0.58
Hex 2B 66 FE 53 3C 0 0 DF 63 3A
Octal 53 146 376 123 74 0 0 337 143 72
Binary 101011 1100110 11111110 1010011 111100 0 0 11011111 1100011 111010

Color Harmonies of #2B66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B66FE

Black with #2B66FE

Text Example


Text Example

White with #2B66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,254); }

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

background-color css

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

 a { background-color: rgb(43,102,254); }

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

border-color css

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

 span { border-color: rgb(43,102,254); }

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