#26A5F4

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

Shades of Dodger Blue #26A5F4

Tints of Dodger Blue #26A5F4

Color information

#26A5F4 (or 0x26A5F4) is unknown color: approx Dodger Blue. HEX triplet: 26, A5 and F4. RGB value is (38,165,244). Sum of RGB (Red+Green+Blue) = 38+165+244=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #26A5F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A5F4 is #D95A0B. Grayscale: #878787. Windows color (decimal): -14244364 or 16033062. OLE color: 16033062.

HSL color Cylindrical-coordinate representation of color #26A5F4: hue angle of 203.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26A5F4 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB38165244-
CMYK0.840.3200.04
HSL203.01º90.35%55.29%-
HSV(B)203.01º84.43%95.69%-
XYZ30.5833.8590.51-
YUV136.03188.9258.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.50%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=8.50%
G=36.91%
B=54.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal381652440.840.3200.04203.0190.3555.29
Hex26A5F4542004cb5a37
Octal46245364124400431313267
Binary100110101001011111010010101001000000100110010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A5F4; }

 p { color: rgb(38,165,244); }

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

<style>
 a { background-color: #26A5F4; }

 a { background-color: rgb(38,165,244); }

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

<style>
 span { border-color: #26A5F4; }

 span { border-color: rgb(38,165,244); }

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