Html Css Color HEX #2672DD Royal Blue

📋 copy color: '#2672DD'

red 38 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #2672DD

Tints of Royal Blue #2672DD

RGB

 RED value IS 38 (15.23% from 255) = 10.19%

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 10.19%
G = 30.56%
B = 59.25%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2672DD (or 0x2672DD) is known color: Royal Blue. HEX triplet: 26, 72 and DD. RGB value is (38,114,221). Sum of RGB (Red+Green+Blue) = 38+114+221=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #2672DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2672DD is #D98D22. Grayscale: #666666. Windows color (decimal): -14257443 or 14512678. OLE color: 14512678.

HSL color Cylindrical-coordinate representation of color #2672DD: hue angle of 215.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2672DD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 114 221 -
CMYK 0.83 0.48 0 0.13
HSL 215.08º 0.73% 0.51% -
HSV(B) 215.08º 0.83% 0.87% -
XYZ 19.87 17.67 70.77 -
YUV 103.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 38 114 221 0.83 0.48 0 0.13 215.08 0.73 0.51
Hex 26 72 DD 53 30 0 D D7 49 33
Octal 46 162 335 123 60 0 15 327 111 63
Binary 100110 1110010 11011101 1010011 110000 0 1101 11010111 1001001 110011

Color Harmonies of #2672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2672DD

Black with #2672DD

Text Example


Text Example

White with #2672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2672DD; }

 p { color: rgb(38,114,221); }

 H1.HeaderClassName
 {
   color: #2672DD;
 }
 .AnyTagClassName
 {
   color: #2672DD;
 }
</style>

background-color css

<style>
 a { background-color: #2672DD; }

 a { background-color: rgb(38,114,221); }

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

border-color css

<style>
 span { border-color: #2672DD; }

 span { border-color: rgb(38,114,221); }

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