Html Css Color HEX #238BFE Dodger Blue

📋 copy color: '#238BFE'

red 35 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #238BFE

Tints of Dodger Blue #238BFE

RGB

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

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

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

R = 8.18%
G = 32.48%
B = 59.35%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#238BFE (or 0x238BFE) is known color: Dodger Blue. HEX triplet: 23, 8B and FE. RGB value is (35,139,254). Sum of RGB (Red+Green+Blue) = 35+139+254=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #238BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BFE is #DC7401. Grayscale: #787878. Windows color (decimal): -14447618 or 16681763. OLE color: 16681763.

HSL color Cylindrical-coordinate representation of color #238BFE: hue angle of 211.51º 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 #238BFE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 139 254 -
CMYK 0.86 0.45 0 0.00
HSL 211.51º 0.99% 0.57% -
HSV(B) 211.51º 0.86% 1% -
XYZ 27.82 25.98 97.31 -
YUV 121.01 203.04 66.65 -
System Red Green Blue C M Y K H S L
Decimal 35 139 254 0.86 0.45 0 0.00 211.51 0.99 0.57
Hex 23 8B FE 56 2D 0 0 D4 63 39
Octal 43 213 376 126 55 0 0 324 143 71
Binary 100011 10001011 11111110 1010110 101101 0 0 11010100 1100011 111001

Color Harmonies of #238BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BFE

Black with #238BFE

Text Example


Text Example

White with #238BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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