Html Css Color HEX #2672ED Royal Blue

📋 copy color: '#2672ED'

red 38 ◦ green 114 ◦ blue 237

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

Shades of Royal Blue #2672ED

Tints of Royal Blue #2672ED

RGB

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

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

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

R = 9.77%
G = 29.31%
B = 60.93%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2672ED (or 0x2672ED) is known color: Royal Blue. HEX triplet: 26, 72 and ED. RGB value is (38,114,237). Sum of RGB (Red+Green+Blue) = 38+114+237=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #2672ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672ED is #D98D12. Grayscale: #686868. Windows color (decimal): -14257427 or 15561254. OLE color: 15561254.

HSL color Cylindrical-coordinate representation of color #2672ED: hue angle of 217.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2672ED is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 114 237 -
CMYK 0.84 0.52 0 0.07
HSL 217.09º 0.85% 0.54% -
HSV(B) 217.09º 0.84% 0.93% -
XYZ 22.1 18.56 82.54 -
YUV 105.3 202.32 80 -
System Red Green Blue C M Y K H S L
Decimal 38 114 237 0.84 0.52 0 0.07 217.09 0.85 0.54
Hex 26 72 ED 54 34 0 7 D9 55 36
Octal 46 162 355 124 64 0 7 331 125 66
Binary 100110 1110010 11101101 1010100 110100 0 111 11011001 1010101 110110

Color Harmonies of #2672ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2672ED

Black with #2672ED

Text Example


Text Example

White with #2672ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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