Html Css Color HEX #238BFB Dodger Blue

📋 copy color: '#238BFB'

red 35 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #238BFB

Tints of Dodger Blue #238BFB

RGB

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

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

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

R = 8.24%
G = 32.71%
B = 59.06%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#238BFB (or 0x238BFB) is known color: Dodger Blue. HEX triplet: 23, 8B and FB. RGB value is (35,139,251). Sum of RGB (Red+Green+Blue) = 35+139+251=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #238BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BFB is #DC7404. Grayscale: #787878. Windows color (decimal): -14447621 or 16485155. OLE color: 16485155.

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

Color convert

RGB 35 139 251 -
CMYK 0.86 0.45 0 0.02
HSL 211.11º 0.96% 0.56% -
HSV(B) 211.11º 0.86% 0.98% -
XYZ 27.34 25.79 94.8 -
YUV 120.67 201.54 66.89 -
System Red Green Blue C M Y K H S L
Decimal 35 139 251 0.86 0.45 0 0.02 211.11 0.96 0.56
Hex 23 8B FB 56 2D 0 2 D3 60 38
Octal 43 213 373 126 55 0 2 323 140 70
Binary 100011 10001011 11111011 1010110 101101 0 10 11010011 1100000 111000

Color Harmonies of #238BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BFB

Black with #238BFB

Text Example


Text Example

White with #238BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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