#238AFD

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

Shades of Dodger Blue #238AFD

Tints of Dodger Blue #238AFD

Color information

#238AFD (or 0x238AFD) is unknown color: approx Dodger Blue. HEX triplet: 23, 8A and FD. RGB value is (35,138,253). Sum of RGB (Red+Green+Blue) = 35+138+253=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #238AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AFD is #DC7502. Grayscale: #777777. Windows color (decimal): -14447875 or 16615971. OLE color: 16615971.

HSL color Cylindrical-coordinate representation of color #238AFD: hue angle of 211.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238AFD is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB35138253-
CMYK0.860.4500.01
HSL211.65º98.2%56.47%-
HSV(B)211.65º86.17%99.22%-
XYZ27.5125.6396.42-
YUV120.31202.8867.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.22%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 253 (99.22% from 255) = 59.39%
R=8.22%
G=32.39%
B=59.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal351382530.860.4500.01211.6598.256.47
Hex238AFD562D01d46238
Octal43212375126550132414270
Binary1000111000101011111101101011010110101110101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238AFD; }

 p { color: rgb(35,138,253); }

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

<style>
 a { background-color: #238AFD; }

 a { background-color: rgb(35,138,253); }

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

<style>
 span { border-color: #238AFD; }

 span { border-color: rgb(35,138,253); }

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