Html Css Color HEX #238FEB Dodger Blue

📋 copy color: '#238FEB'

red 35 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #238FEB

Tints of Dodger Blue #238FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 8.47%
G = 34.62%
B = 56.9%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#238FEB (or 0x238FEB) is known color: Dodger Blue. HEX triplet: 23, 8F and EB. RGB value is (35,143,235). Sum of RGB (Red+Green+Blue) = 35+143+235=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #238FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FEB is #DC7014. Grayscale: #787878. Windows color (decimal): -14446613 or 15437603. OLE color: 15437603.

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

Color convert

RGB 35 143 235 -
CMYK 0.85 0.39 0 0.08
HSL 207.6º 0.83% 0.53% -
HSV(B) 207.6º 0.85% 0.92% -
XYZ 25.51 26 82.27 -
YUV 121.2 192.22 66.52 -
System Red Green Blue C M Y K H S L
Decimal 35 143 235 0.85 0.39 0 0.08 207.6 0.83 0.53
Hex 23 8F EB 55 27 0 8 D0 53 35
Octal 43 217 353 125 47 0 10 320 123 65
Binary 100011 10001111 11101011 1010101 100111 0 1000 11010000 1010011 110101

Color Harmonies of #238FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FEB

Black with #238FEB

Text Example


Text Example

White with #238FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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