Html Css Color HEX #238CEC Dodger Blue

📋 copy color: '#238CEC'

red 35 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #238CEC

Tints of Dodger Blue #238CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 8.52%
G = 34.06%
B = 57.42%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#238CEC (or 0x238CEC) is known color: Dodger Blue. HEX triplet: 23, 8C and EC. RGB value is (35,140,236). Sum of RGB (Red+Green+Blue) = 35+140+236=411 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.52% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #238CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CEC is #DC7313. Grayscale: #777777. Windows color (decimal): -14447380 or 15502371. OLE color: 15502371.

HSL color Cylindrical-coordinate representation of color #238CEC: hue angle of 208.66º 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 #238CEC is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 140 236 -
CMYK 0.85 0.41 0 0.07
HSL 208.66º 0.84% 0.53% -
HSV(B) 208.66º 0.85% 0.93% -
XYZ 25.21 25.17 82.89 -
YUV 119.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 35 140 236 0.85 0.41 0 0.07 208.66 0.84 0.53
Hex 23 8C EC 55 29 0 7 D1 54 35
Octal 43 214 354 125 51 0 7 321 124 65
Binary 100011 10001100 11101100 1010101 101001 0 111 11010001 1010100 110101

Color Harmonies of #238CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CEC

Black with #238CEC

Text Example


Text Example

White with #238CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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