Html Css Color HEX #238DFB Dodger Blue

📋 copy color: '#238DFB'

red 35 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #238DFB

Tints of Dodger Blue #238DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 8.2%
G = 33.02%
B = 58.78%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#238DFB (or 0x238DFB) is known color: Dodger Blue. HEX triplet: 23, 8D and FB. RGB value is (35,141,251). Sum of RGB (Red+Green+Blue) = 35+141+251=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #238DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238DFB is #DC7204. Grayscale: #797979. Windows color (decimal): -14447109 or 16485667. OLE color: 16485667.

HSL color Cylindrical-coordinate representation of color #238DFB: hue angle of 210.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238DFB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 141 251 -
CMYK 0.86 0.44 0 0.02
HSL 210.56º 0.96% 0.56% -
HSV(B) 210.56º 0.86% 0.98% -
XYZ 27.63 26.37 94.9 -
YUV 121.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 35 141 251 0.86 0.44 0 0.02 210.56 0.96 0.56
Hex 23 8D FB 56 2C 0 2 D3 60 38
Octal 43 215 373 126 54 0 2 323 140 70
Binary 100011 10001101 11111011 1010110 101100 0 10 11010011 1100000 111000

Color Harmonies of #238DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DFB

Black with #238DFB

Text Example


Text Example

White with #238DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,141,251); }

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

background-color css

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

 a { background-color: rgb(35,141,251); }

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

border-color css

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

 span { border-color: rgb(35,141,251); }

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