Html Css Color HEX #238FDF Dodger Blue

📋 copy color: '#238FDF'

red 35 ◦ green 143 ◦ blue 223

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

Shades of Dodger Blue #238FDF

Tints of Dodger Blue #238FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 8.73%
G = 35.66%
B = 55.61%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#238FDF (or 0x238FDF) is known color: Dodger Blue. HEX triplet: 23, 8F and DF. RGB value is (35,143,223). Sum of RGB (Red+Green+Blue) = 35+143+223=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #238FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FDF is #DC7020. Grayscale: #777777. Windows color (decimal): -14446625 or 14651171. OLE color: 14651171.

HSL color Cylindrical-coordinate representation of color #238FDF: hue angle of 205.53º 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 #238FDF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 143 223 -
CMYK 0.84 0.36 0 0.13
HSL 205.53º 0.75% 0.51% -
HSV(B) 205.53º 0.84% 0.87% -
XYZ 23.83 25.33 73.44 -
YUV 119.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 35 143 223 0.84 0.36 0 0.13 205.53 0.75 0.51
Hex 23 8F DF 54 24 0 D CE 4B 33
Octal 43 217 337 124 44 0 15 316 113 63
Binary 100011 10001111 11011111 1010100 100100 0 1101 11001110 1001011 110011

Color Harmonies of #238FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FDF

Black with #238FDF

Text Example


Text Example

White with #238FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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