Html Css Color HEX #2B66FD Royal Blue

📋 copy color: '#2B66FD'

red 43 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #2B66FD

Tints of Royal Blue #2B66FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 10.8%
G = 25.63%
B = 63.57%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B66FD (or 0x2B66FD) is known color: Royal Blue. HEX triplet: 2B, 66 and FD. RGB value is (43,102,253). Sum of RGB (Red+Green+Blue) = 43+102+253=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B66FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B66FD is #D49902. Grayscale: #646464. Windows color (decimal): -13932803 or 16606763. OLE color: 16606763.

HSL color Cylindrical-coordinate representation of color #2B66FD: hue angle of 223.14º degrees, saturation: 0.98, 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 #2B66FD is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 102 253 -
CMYK 0.83 0.60 0 0.01
HSL 223.14º 0.98% 0.58% -
HSV(B) 223.14º 0.83% 0.99% -
XYZ 23.48 17.11 94.99 -
YUV 101.57 213.45 86.22 -
System Red Green Blue C M Y K H S L
Decimal 43 102 253 0.83 0.60 0 0.01 223.14 0.98 0.58
Hex 2B 66 FD 53 3C 0 1 DF 62 3A
Octal 53 146 375 123 74 0 1 337 142 72
Binary 101011 1100110 11111101 1010011 111100 0 1 11011111 1100010 111010

Color Harmonies of #2B66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B66FD

Black with #2B66FD

Text Example


Text Example

White with #2B66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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