Html Css Color HEX #2670EA Royal Blue

📋 copy color: '#2670EA'

red 38 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #2670EA

Tints of Royal Blue #2670EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 9.9%
G = 29.17%
B = 60.94%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2670EA (or 0x2670EA) is known color: Royal Blue. HEX triplet: 26, 70 and EA. RGB value is (38,112,234). Sum of RGB (Red+Green+Blue) = 38+112+234=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #2670EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2670EA is #D98F15. Grayscale: #676767. Windows color (decimal): -14257942 or 15364134. OLE color: 15364134.

HSL color Cylindrical-coordinate representation of color #2670EA: hue angle of 217.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2670EA is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 112 234 -
CMYK 0.84 0.52 0 0.08
HSL 217.35º 0.82% 0.53% -
HSV(B) 217.35º 0.84% 0.92% -
XYZ 21.44 17.94 80.17 -
YUV 103.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 38 112 234 0.84 0.52 0 0.08 217.35 0.82 0.53
Hex 26 70 EA 54 34 0 8 D9 52 35
Octal 46 160 352 124 64 0 10 331 122 65
Binary 100110 1110000 11101010 1010100 110100 0 1000 11011001 1010010 110101

Color Harmonies of #2670EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2670EA

Black with #2670EA

Text Example


Text Example

White with #2670EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2670EA; }

 p { color: rgb(38,112,234); }

 H1.HeaderClassName
 {
   color: #2670EA;
 }
 .AnyTagClassName
 {
   color: #2670EA;
 }
</style>

background-color css

<style>
 a { background-color: #2670EA; }

 a { background-color: rgb(38,112,234); }

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

border-color css

<style>
 span { border-color: #2670EA; }

 span { border-color: rgb(38,112,234); }

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