#268FF1

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

Shades of Dodger Blue #268FF1

Tints of Dodger Blue #268FF1

Color information

#268FF1 (or 0x268FF1) is unknown color: approx Dodger Blue. HEX triplet: 26, 8F and F1. RGB value is (38,143,241). Sum of RGB (Red+Green+Blue) = 38+143+241=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #268FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FF1 is #D9700E. Grayscale: #7A7A7A. Windows color (decimal): -14249999 or 15830822. OLE color: 15830822.

HSL color Cylindrical-coordinate representation of color #268FF1: hue angle of 208.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268FF1 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB38143241-
CMYK0.840.4100.05
HSL208.97º87.88%54.71%-
HSV(B)208.97º84.23%94.51%-
XYZ26.526.4186.92-
YUV122.78194.7167.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.00%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 57.11%
R=9.00%
G=33.89%
B=57.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal381432410.840.4100.05208.9787.8854.71
Hex268FF1542905d15837
Octal46217361124510532113067
Binary100110100011111111000110101001010010101110100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268FF1; }

 p { color: rgb(38,143,241); }

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

<style>
 a { background-color: #268FF1; }

 a { background-color: rgb(38,143,241); }

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

<style>
 span { border-color: #268FF1; }

 span { border-color: rgb(38,143,241); }

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