Html Css Color HEX #238FEC Dodger Blue

📋 copy color: '#238FEC'

red 35 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #238FEC

Tints of Dodger Blue #238FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 8.45%
G = 34.54%
B = 57%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#238FEC (or 0x238FEC) is known color: Dodger Blue. HEX triplet: 23, 8F and EC. RGB value is (35,143,236). Sum of RGB (Red+Green+Blue) = 35+143+236=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #238FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FEC is #DC7013. Grayscale: #787878. Windows color (decimal): -14446612 or 15503139. OLE color: 15503139.

HSL color Cylindrical-coordinate representation of color #238FEC: hue angle of 207.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238FEC is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 143 236 -
CMYK 0.85 0.39 0 0.07
HSL 207.76º 0.84% 0.53% -
HSV(B) 207.76º 0.85% 0.93% -
XYZ 25.66 26.06 83.03 -
YUV 121.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 35 143 236 0.85 0.39 0 0.07 207.76 0.84 0.53
Hex 23 8F EC 55 27 0 7 D0 54 35
Octal 43 217 354 125 47 0 7 320 124 65
Binary 100011 10001111 11101100 1010101 100111 0 111 11010000 1010100 110101

Color Harmonies of #238FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FEC

Black with #238FEC

Text Example


Text Example

White with #238FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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