Html Css Color HEX #238CFB Dodger Blue

📋 copy color: '#238CFB'

red 35 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #238CFB

Tints of Dodger Blue #238CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 8.22%
G = 32.86%
B = 58.92%

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

#238CFB (or 0x238CFB) is known color: Dodger Blue. HEX triplet: 23, 8C and FB. RGB value is (35,140,251). Sum of RGB (Red+Green+Blue) = 35+140+251=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #238CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CFB is #DC7304. Grayscale: #787878. Windows color (decimal): -14447365 or 16485411. OLE color: 16485411.

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

Color convert

RGB 35 140 251 -
CMYK 0.86 0.44 0 0.02
HSL 210.83º 0.96% 0.56% -
HSV(B) 210.83º 0.86% 0.98% -
XYZ 27.48 26.08 94.85 -
YUV 121.26 201.21 66.47 -
System Red Green Blue C M Y K H S L
Decimal 35 140 251 0.86 0.44 0 0.02 210.83 0.96 0.56
Hex 23 8C FB 56 2C 0 2 D3 60 38
Octal 43 214 373 126 54 0 2 323 140 70
Binary 100011 10001100 11111011 1010110 101100 0 10 11010011 1100000 111000

Color Harmonies of #238CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CFB

Black with #238CFB

Text Example


Text Example

White with #238CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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