Html Css Color HEX #238FFD Dodger Blue

📋 copy color: '#238FFD'

red 35 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #238FFD

Tints of Dodger Blue #238FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 8.12%
G = 33.18%
B = 58.7%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#238FFD (or 0x238FFD) is known color: Dodger Blue. HEX triplet: 23, 8F and FD. RGB value is (35,143,253). Sum of RGB (Red+Green+Blue) = 35+143+253=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #238FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FFD is #DC7002. Grayscale: #7A7A7A. Windows color (decimal): -14446595 or 16617251. OLE color: 16617251.

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

Color convert

RGB 35 143 253 -
CMYK 0.86 0.43 0 0.01
HSL 210.28º 0.98% 0.56% -
HSV(B) 210.28º 0.86% 0.99% -
XYZ 28.25 27.09 96.67 -
YUV 123.25 201.22 65.06 -
System Red Green Blue C M Y K H S L
Decimal 35 143 253 0.86 0.43 0 0.01 210.28 0.98 0.56
Hex 23 8F FD 56 2B 0 1 D2 62 38
Octal 43 217 375 126 53 0 1 322 142 70
Binary 100011 10001111 11111101 1010110 101011 0 1 11010010 1100010 111000

Color Harmonies of #238FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FFD

Black with #238FFD

Text Example


Text Example

White with #238FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,143,253); }

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

background-color css

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

 a { background-color: rgb(35,143,253); }

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

border-color css

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

 span { border-color: rgb(35,143,253); }

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