Html Css Color HEX #238EFE Dodger Blue

📋 copy color: '#238EFE'

red 35 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #238EFE

Tints of Dodger Blue #238EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 8.12%
G = 32.95%
B = 58.93%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#238EFE (or 0x238EFE) is known color: Dodger Blue. HEX triplet: 23, 8E and FE. RGB value is (35,142,254). Sum of RGB (Red+Green+Blue) = 35+142+254=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #238EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238EFE is #DC7101. Grayscale: #7A7A7A. Windows color (decimal): -14446850 or 16682531. OLE color: 16682531.

HSL color Cylindrical-coordinate representation of color #238EFE: hue angle of 210.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238EFE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 142 254 -
CMYK 0.86 0.44 0 0.00
HSL 210.68º 0.99% 0.57% -
HSV(B) 210.68º 0.86% 1% -
XYZ 28.26 26.86 97.46 -
YUV 122.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 35 142 254 0.86 0.44 0 0.00 210.68 0.99 0.57
Hex 23 8E FE 56 2C 0 0 D3 63 39
Octal 43 216 376 126 54 0 0 323 143 71
Binary 100011 10001110 11111110 1010110 101100 0 0 11010011 1100011 111001

Color Harmonies of #238EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EFE

Black with #238EFE

Text Example


Text Example

White with #238EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,142,254); }

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

background-color css

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

 a { background-color: rgb(35,142,254); }

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

border-color css

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

 span { border-color: rgb(35,142,254); }

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