#267FFB

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

Shades of Dodger Blue #267FFB

Tints of Dodger Blue #267FFB

Color information

#267FFB (or 0x267FFB) is unknown color: approx Dodger Blue. HEX triplet: 26, 7F and FB. RGB value is (38,127,251). Sum of RGB (Red+Green+Blue) = 38+127+251=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #267FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FFB is #D98004. Grayscale: #717171. Windows color (decimal): -14254085 or 16482086. OLE color: 16482086.

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

Color convert

RGB38127251-
CMYK0.850.4900.02
HSL214.93º96.38%56.67%-
HSV(B)214.93º84.86%98.43%-
XYZ25.822.5694.26-
YUV114.52205.0173.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.13%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 251 (98.44% from 255) = 60.34%
R=9.13%
G=30.53%
B=60.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal381272510.850.4900.02214.9396.3856.67
Hex267FFB553102d76039
Octal46177373125610232714071
Binary1001101111111111110111010101110001010110101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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