Html Css Color HEX #238DDF Dodger Blue

📋 copy color: '#238DDF'

red 35 ◦ green 141 ◦ blue 223

#238DDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #238DDF

Tints of Dodger Blue #238DDF

RGB

 RED value IS 35 (14.06% from 255) = 8.77%

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 8.77%
G = 35.34%
B = 55.89%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#238DDF (or 0x238DDF) is known color: Dodger Blue. HEX triplet: 23, 8D and DF. RGB value is (35,141,223). Sum of RGB (Red+Green+Blue) = 35+141+223=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #238DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DDF is #DC7220. Grayscale: #767676. Windows color (decimal): -14447137 or 14650659. OLE color: 14650659.

HSL color Cylindrical-coordinate representation of color #238DDF: hue angle of 206.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238DDF is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 141 223 -
CMYK 0.84 0.37 0 0.13
HSL 206.17º 0.75% 0.51% -
HSV(B) 206.17º 0.84% 0.87% -
XYZ 23.54 24.73 73.35 -
YUV 118.65 186.88 68.33 -
System Red Green Blue C M Y K H S L
Decimal 35 141 223 0.84 0.37 0 0.13 206.17 0.75 0.51
Hex 23 8D DF 54 25 0 D CE 4B 33
Octal 43 215 337 124 45 0 15 316 113 63
Binary 100011 10001101 11011111 1010100 100101 0 1101 11001110 1001011 110011

Color Harmonies of #238DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DDF

Black with #238DDF

Text Example


Text Example

White with #238DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,141,223); }

 H1.HeaderClassName
 {
   color: #238DDF;
 }
 .AnyTagClassName
 {
   color: #238DDF;
 }
</style>

background-color css

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

 a { background-color: rgb(35,141,223); }

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

border-color css

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

 span { border-color: rgb(35,141,223); }

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