Html Css Color HEX #2B65FD Royal Blue

📋 copy color: '#2B65FD'

red 43 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #2B65FD

Tints of Royal Blue #2B65FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 10.83%
G = 25.44%
B = 63.73%

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

#2B65FD (or 0x2B65FD) is known color: Royal Blue. HEX triplet: 2B, 65 and FD. RGB value is (43,101,253). Sum of RGB (Red+Green+Blue) = 43+101+253=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B65FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B65FD is #D49A02. Grayscale: #646464. Windows color (decimal): -13933059 or 16606507. OLE color: 16606507.

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

Color convert

RGB 43 101 253 -
CMYK 0.83 0.60 0 0.01
HSL 223.43º 0.98% 0.58% -
HSV(B) 223.43º 0.83% 0.99% -
XYZ 23.38 16.91 94.96 -
YUV 100.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 43 101 253 0.83 0.60 0 0.01 223.43 0.98 0.58
Hex 2B 65 FD 53 3C 0 1 DF 62 3A
Octal 53 145 375 123 74 0 1 337 142 72
Binary 101011 1100101 11111101 1010011 111100 0 1 11011111 1100010 111010

Color Harmonies of #2B65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B65FD

Black with #2B65FD

Text Example


Text Example

White with #2B65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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