Html Css Color HEX #238DF9 Dodger Blue

📋 copy color: '#238DF9'

red 35 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #238DF9

Tints of Dodger Blue #238DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 8.24%
G = 33.18%
B = 58.59%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#238DF9 (or 0x238DF9) is known color: Dodger Blue. HEX triplet: 23, 8D and F9. RGB value is (35,141,249). Sum of RGB (Red+Green+Blue) = 35+141+249=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #238DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238DF9 is #DC7206. Grayscale: #797979. Windows color (decimal): -14447111 or 16354595. OLE color: 16354595.

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

Color convert

RGB 35 141 249 -
CMYK 0.86 0.43 0 0.02
HSL 210.28º 0.95% 0.56% -
HSV(B) 210.28º 0.86% 0.98% -
XYZ 27.32 26.25 93.25 -
YUV 121.62 199.88 66.22 -
System Red Green Blue C M Y K H S L
Decimal 35 141 249 0.86 0.43 0 0.02 210.28 0.95 0.56
Hex 23 8D F9 56 2B 0 2 D2 5F 38
Octal 43 215 371 126 53 0 2 322 137 70
Binary 100011 10001101 11111001 1010110 101011 0 10 11010010 1011111 111000

Color Harmonies of #238DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DF9

Black with #238DF9

Text Example


Text Example

White with #238DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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