Html Css Color HEX #238BE3 Dodger Blue

📋 copy color: '#238BE3'

red 35 ◦ green 139 ◦ blue 227

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

Shades of Dodger Blue #238BE3

Tints of Dodger Blue #238BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.61%

R = 8.73%
G = 34.66%
B = 56.61%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#238BE3 (or 0x238BE3) is known color: Dodger Blue. HEX triplet: 23, 8B and E3. RGB value is (35,139,227). Sum of RGB (Red+Green+Blue) = 35+139+227=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 227 (89.06% from 255 or 56.61% from 401); Max value from RGB is 227 - color contains mainly: blue. Hex color #238BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BE3 is #DC741C. Grayscale: #757575. Windows color (decimal): -14447645 or 14912291. OLE color: 14912291.

HSL color Cylindrical-coordinate representation of color #238BE3: hue angle of 207.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238BE3 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 139 227 -
CMYK 0.85 0.39 0 0.11
HSL 207.5º 0.77% 0.51% -
HSV(B) 207.5º 0.85% 0.89% -
XYZ 23.79 24.37 76.12 -
YUV 117.94 189.54 68.84 -
System Red Green Blue C M Y K H S L
Decimal 35 139 227 0.85 0.39 0 0.11 207.5 0.77 0.51
Hex 23 8B E3 55 27 0 B D0 4D 33
Octal 43 213 343 125 47 0 13 320 115 63
Binary 100011 10001011 11100011 1010101 100111 0 1011 11010000 1001101 110011

Color Harmonies of #238BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BE3

Black with #238BE3

Text Example


Text Example

White with #238BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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