Html Css Color HEX #2B69ED Royal Blue

📋 copy color: '#2B69ED'

red 43 ◦ green 105 ◦ blue 237

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

Shades of Royal Blue #2B69ED

Tints of Royal Blue #2B69ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 11.17%
G = 27.27%
B = 61.56%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B69ED (or 0x2B69ED) is known color: Royal Blue. HEX triplet: 2B, 69 and ED. RGB value is (43,105,237). Sum of RGB (Red+Green+Blue) = 43+105+237=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B69ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B69ED is #D49612. Grayscale: #646464. Windows color (decimal): -13932051 or 15558955. OLE color: 15558955.

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

Color convert

RGB 43 105 237 -
CMYK 0.82 0.56 0 0.07
HSL 220.82º 0.84% 0.55% -
HSV(B) 220.82º 0.82% 0.93% -
XYZ 21.33 16.73 82.23 -
YUV 101.51 204.46 86.27 -
System Red Green Blue C M Y K H S L
Decimal 43 105 237 0.82 0.56 0 0.07 220.82 0.84 0.55
Hex 2B 69 ED 52 38 0 7 DD 54 37
Octal 53 151 355 122 70 0 7 335 124 67
Binary 101011 1101001 11101101 1010010 111000 0 111 11011101 1010100 110111

Color Harmonies of #2B69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B69ED

Black with #2B69ED

Text Example


Text Example

White with #2B69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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