Html Css Color HEX #2667DD Royal Blue

📋 copy color: '#2667DD'

red 38 ◦ green 103 ◦ blue 221

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

Shades of Royal Blue #2667DD

Tints of Royal Blue #2667DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 10.5%
G = 28.45%
B = 61.05%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2667DD (or 0x2667DD) is known color: Royal Blue. HEX triplet: 26, 67 and DD. RGB value is (38,103,221). Sum of RGB (Red+Green+Blue) = 38+103+221=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #2667DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667DD is #D99822. Grayscale: #606060. Windows color (decimal): -14260259 or 14509862. OLE color: 14509862.

HSL color Cylindrical-coordinate representation of color #2667DD: hue angle of 218.69º 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 #2667DD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 103 221 -
CMYK 0.83 0.53 0 0.13
HSL 218.69º 0.73% 0.51% -
HSV(B) 218.69º 0.83% 0.87% -
XYZ 18.7 15.33 70.38 -
YUV 97.02 197.97 85.91 -
System Red Green Blue C M Y K H S L
Decimal 38 103 221 0.83 0.53 0 0.13 218.69 0.73 0.51
Hex 26 67 DD 53 35 0 D DB 49 33
Octal 46 147 335 123 65 0 15 333 111 63
Binary 100110 1100111 11011101 1010011 110101 0 1101 11011011 1001001 110011

Color Harmonies of #2667DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667DD

Black with #2667DD

Text Example


Text Example

White with #2667DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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