Html Css Color HEX #2670DA Royal Blue

📋 copy color: '#2670DA'

red 38 ◦ green 112 ◦ blue 218

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

Shades of Royal Blue #2670DA

Tints of Royal Blue #2670DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 10.33%
G = 30.43%
B = 59.24%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2670DA (or 0x2670DA) is known color: Royal Blue. HEX triplet: 26, 70 and DA. RGB value is (38,112,218). Sum of RGB (Red+Green+Blue) = 38+112+218=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #2670DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2670DA is #D98F25. Grayscale: #656565. Windows color (decimal): -14257958 or 14315558. OLE color: 14315558.

HSL color Cylindrical-coordinate representation of color #2670DA: hue angle of 215.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2670DA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 112 218 -
CMYK 0.83 0.49 0 0.15
HSL 215.33º 0.71% 0.5% -
HSV(B) 215.33º 0.83% 0.85% -
XYZ 19.25 17.06 68.61 -
YUV 101.96 193.48 82.38 -
System Red Green Blue C M Y K H S L
Decimal 38 112 218 0.83 0.49 0 0.15 215.33 0.71 0.5
Hex 26 70 DA 53 31 0 F D7 47 32
Octal 46 160 332 123 61 0 17 327 107 62
Binary 100110 1110000 11011010 1010011 110001 0 1111 11010111 1000111 110010

Color Harmonies of #2670DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2670DA

Black with #2670DA

Text Example


Text Example

White with #2670DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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