Html Css Color HEX #238BDC Dodger Blue

📋 copy color: '#238BDC'

red 35 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #238BDC

Tints of Dodger Blue #238BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 8.88%
G = 35.28%
B = 55.84%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#238BDC (or 0x238BDC) is known color: Dodger Blue. HEX triplet: 23, 8B and DC. RGB value is (35,139,220). Sum of RGB (Red+Green+Blue) = 35+139+220=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #238BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BDC is #DC7423. Grayscale: #747474. Windows color (decimal): -14447652 or 14453539. OLE color: 14453539.

HSL color Cylindrical-coordinate representation of color #238BDC: hue angle of 206.27º degrees, saturation: 0.73, 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 #238BDC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 139 220 -
CMYK 0.84 0.37 0 0.14
HSL 206.27º 0.73% 0.5% -
HSV(B) 206.27º 0.84% 0.86% -
XYZ 22.84 23.99 71.14 -
YUV 117.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 35 139 220 0.84 0.37 0 0.14 206.27 0.73 0.5
Hex 23 8B DC 54 25 0 E CE 49 32
Octal 43 213 334 124 45 0 16 316 111 62
Binary 100011 10001011 11011100 1010100 100101 0 1110 11001110 1001001 110010

Color Harmonies of #238BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BDC

Black with #238BDC

Text Example


Text Example

White with #238BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,220); }

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

background-color css

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

 a { background-color: rgb(35,139,220); }

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

border-color css

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

 span { border-color: rgb(35,139,220); }

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