Html Css Color HEX #238DDB Dodger Blue

📋 copy color: '#238DDB'

red 35 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #238DDB

Tints of Dodger Blue #238DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 8.86%
G = 35.7%
B = 55.44%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#238DDB (or 0x238DDB) is known color: Dodger Blue. HEX triplet: 23, 8D and DB. RGB value is (35,141,219). Sum of RGB (Red+Green+Blue) = 35+141+219=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #238DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DDB is #DC7224. Grayscale: #757575. Windows color (decimal): -14447141 or 14388515. OLE color: 14388515.

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

Color convert

RGB 35 141 219 -
CMYK 0.84 0.36 0 0.14
HSL 205.43º 0.72% 0.5% -
HSV(B) 205.43º 0.84% 0.86% -
XYZ 23 24.52 70.54 -
YUV 118.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 35 141 219 0.84 0.36 0 0.14 205.43 0.72 0.5
Hex 23 8D DB 54 24 0 E CD 48 32
Octal 43 215 333 124 44 0 16 315 110 62
Binary 100011 10001101 11011011 1010100 100100 0 1110 11001101 1001000 110010

Color Harmonies of #238DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DDB

Black with #238DDB

Text Example


Text Example

White with #238DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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