#238FDA

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

Shades of Dodger Blue #238FDA

Tints of Dodger Blue #238FDA

Color information

#238FDA (or 0x238FDA) is unknown color: approx Dodger Blue. HEX triplet: 23, 8F and DA. RGB value is (35,143,218). Sum of RGB (Red+Green+Blue) = 35+143+218=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #238FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FDA is #DC7025. Grayscale: #767676. Windows color (decimal): -14446630 or 14323491. OLE color: 14323491.

HSL color Cylindrical-coordinate representation of color #238FDA: hue angle of 204.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238FDA is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB35143218-
CMYK0.840.3400.15
HSL204.59º72.33%49.61%-
HSV(B)204.59º83.94%85.49%-
XYZ23.1725.0669.95-
YUV119.26183.7267.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.84%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=8.84%
G=36.11%
B=55.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal351432180.840.3400.15204.5972.3349.61
Hex238FDA54220Fcd4832
Octal432173321244201731511062
Binary1000111000111111011010101010010001001111110011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,143,218); }

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

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

 a { background-color: rgb(35,143,218); }

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

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

 span { border-color: rgb(35,143,218); }

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