#267CFB

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

Shades of Dodger Blue #267CFB

Tints of Dodger Blue #267CFB

Color information

#267CFB (or 0x267CFB) is unknown color: approx Dodger Blue. HEX triplet: 26, 7C and FB. RGB value is (38,124,251). Sum of RGB (Red+Green+Blue) = 38+124+251=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #267CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CFB is #D98304. Grayscale: #707070. Windows color (decimal): -14254853 or 16481318. OLE color: 16481318.

HSL color Cylindrical-coordinate representation of color #267CFB: hue angle of 215.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267CFB is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB38124251-
CMYK0.850.5100.02
HSL215.77º96.38%56.67%-
HSV(B)215.77º84.86%98.43%-
XYZ25.4221.7994.13-
YUV112.76206.0174.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.20%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 60.77%
R=9.20%
G=30.02%
B=60.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal381242510.850.5100.02215.7796.3856.67
Hex267CFB553302d86039
Octal46174373125630233014071
Binary1001101111100111110111010101110011010110110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,124,251); }

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

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

 a { background-color: rgb(38,124,251); }

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

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

 span { border-color: rgb(38,124,251); }

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