#18A7FB

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

Shades of Dodger Blue #18A7FB

Tints of Dodger Blue #18A7FB

Color information

#18A7FB (or 0x18A7FB) is unknown color: approx Dodger Blue. HEX triplet: 18, A7 and FB. RGB value is (24,167,251). Sum of RGB (Red+Green+Blue) = 24+167+251=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #18A7FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A7FB is #E75804. Grayscale: #858585. Windows color (decimal): -15161349 or 16492312. OLE color: 16492312.

HSL color Cylindrical-coordinate representation of color #18A7FB: hue angle of 202.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A7FB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24167251-
CMYK0.900.3300.02
HSL202.2º96.6%53.92%-
HSV(B)202.2º90.44%98.43%-
XYZ31.6134.896.32-
YUV133.82194.1249.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 251 (98.44% from 255) = 56.79%
R=5.43%
G=37.78%
B=56.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241672510.900.3300.02202.296.653.92
Hex18A7FB5A2102ca6136
Octal30247373132410231214166
Binary1100010100111111110111011010100001010110010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A7FB; }

 p { color: rgb(24,167,251); }

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

<style>
 a { background-color: #18A7FB; }

 a { background-color: rgb(24,167,251); }

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

<style>
 span { border-color: #18A7FB; }

 span { border-color: rgb(24,167,251); }

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