Html Css Color HEX #238CFD Dodger Blue

📋 copy color: '#238CFD'

red 35 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #238CFD

Tints of Dodger Blue #238CFD

RGB

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

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

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

R = 8.18%
G = 32.71%
B = 59.11%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#238CFD (or 0x238CFD) is known color: Dodger Blue. HEX triplet: 23, 8C and FD. RGB value is (35,140,253). Sum of RGB (Red+Green+Blue) = 35+140+253=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #238CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CFD is #DC7302. Grayscale: #787878. Windows color (decimal): -14447363 or 16616483. OLE color: 16616483.

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

Color convert

RGB 35 140 253 -
CMYK 0.86 0.45 0 0.01
HSL 211.1º 0.98% 0.56% -
HSV(B) 211.1º 0.86% 0.99% -
XYZ 27.8 26.21 96.52 -
YUV 121.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 35 140 253 0.86 0.45 0 0.01 211.1 0.98 0.56
Hex 23 8C FD 56 2D 0 1 D3 62 38
Octal 43 214 375 126 55 0 1 323 142 70
Binary 100011 10001100 11111101 1010110 101101 0 1 11010011 1100010 111000

Color Harmonies of #238CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CFD

Black with #238CFD

Text Example


Text Example

White with #238CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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