Html Css Color HEX #238FDA Dodger Blue

📋 copy color: '#238FDA'

red 35 ◦ green 143 ◦ blue 218

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

Shades of Dodger Blue #238FDA

Tints of Dodger Blue #238FDA

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 value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#238FDA (or 0x238FDA) is known color: 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

RGB 35 143 218 -
CMYK 0.84 0.34 0 0.15
HSL 204.59º 0.72% 0.5% -
HSV(B) 204.59º 0.84% 0.85% -
XYZ 23.17 25.06 69.95 -
YUV 119.26 183.72 67.9 -
System Red Green Blue C M Y K H S L
Decimal 35 143 218 0.84 0.34 0 0.15 204.59 0.72 0.5
Hex 23 8F DA 54 22 0 F CD 48 32
Octal 43 217 332 124 42 0 17 315 110 62
Binary 100011 10001111 11011010 1010100 100010 0 1111 11001101 1001000 110010

Color Harmonies of #238FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FDA

Black with #238FDA

Text Example


Text Example

White with #238FDA

Text Example


Text Example

HTML Codes & Css Web 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>