Html Css Color HEX #238BF8 Dodger Blue

📋 copy color: '#238BF8'

red 35 ◦ green 139 ◦ blue 248

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

Shades of Dodger Blue #238BF8

Tints of Dodger Blue #238BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 58.77%

R = 8.29%
G = 32.94%
B = 58.77%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#238BF8 (or 0x238BF8) is known color: Dodger Blue. HEX triplet: 23, 8B and F8. RGB value is (35,139,248). Sum of RGB (Red+Green+Blue) = 35+139+248=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #238BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BF8 is #DC7407. Grayscale: #777777. Windows color (decimal): -14447624 or 16288547. OLE color: 16288547.

HSL color Cylindrical-coordinate representation of color #238BF8: hue angle of 210.7º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238BF8 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 35 139 248 -
CMYK 0.86 0.44 0 0.03
HSL 210.7º 0.94% 0.55% -
HSV(B) 210.7º 0.86% 0.97% -
XYZ 26.87 25.6 92.33 -
YUV 120.33 200.04 67.14 -
System Red Green Blue C M Y K H S L
Decimal 35 139 248 0.86 0.44 0 0.03 210.7 0.94 0.55
Hex 23 8B F8 56 2C 0 3 D3 5E 37
Octal 43 213 370 126 54 0 3 323 136 67
Binary 100011 10001011 11111000 1010110 101100 0 11 11010011 1011110 110111

Color Harmonies of #238BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BF8

Black with #238BF8

Text Example


Text Example

White with #238BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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