#267AED

Color #267AED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #267AED

Tints of Dodger Blue #267AED

Color information

#267AED (or 0x267AED) is unknown color: approx Dodger Blue. HEX triplet: 26, 7A and ED. RGB value is (38,122,237). Sum of RGB (Red+Green+Blue) = 38+122+237=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #267AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AED is #D98512. Grayscale: #6D6D6D. Windows color (decimal): -14255379 or 15563302. OLE color: 15563302.

HSL color Cylindrical-coordinate representation of color #267AED: hue angle of 214.67º 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 #267AED is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38122237-
CMYK0.840.4900.07
HSL214.67º84.68%53.92%-
HSV(B)214.67º83.97%92.94%-
XYZ23.0420.4582.85-
YUV109.99199.6776.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.57%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 237 (92.97% from 255) = 59.70%
R=9.57%
G=30.73%
B=59.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381222370.840.4900.07214.6784.6853.92
Hex267AED543107d75536
Octal46172355124610732712566
Binary10011011110101110110110101001100010111110101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267AED; }

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

 H1.HeaderClassName
 {
   color: #267AED;
 }
 .AnyTagClassName
 {
   color: #267AED;
 }
</style>
background-color css

<style>
 a { background-color: #267AED; }

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

 div.DivClassName
 {
   background-color: #267AED;
 }
 .BgClassName
 {
   background-color: #267AED;
 }
</style>
border-color css

<style>
 span { border-color: #267AED; }

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

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