Html Css Color HEX #238CFC Dodger Blue

📋 copy color: '#238CFC'

red 35 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #238CFC

Tints of Dodger Blue #238CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 8.2%
G = 32.79%
B = 59.02%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#238CFC (or 0x238CFC) is known color: Dodger Blue. HEX triplet: 23, 8C and FC. RGB value is (35,140,252). Sum of RGB (Red+Green+Blue) = 35+140+252=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #238CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CFC is #DC7303. Grayscale: #787878. Windows color (decimal): -14447364 or 16550947. OLE color: 16550947.

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

Color convert

RGB 35 140 252 -
CMYK 0.86 0.44 0 0.01
HSL 210.97º 0.97% 0.56% -
HSV(B) 210.97º 0.86% 0.99% -
XYZ 27.64 26.14 95.68 -
YUV 121.37 201.71 66.39 -
System Red Green Blue C M Y K H S L
Decimal 35 140 252 0.86 0.44 0 0.01 210.97 0.97 0.56
Hex 23 8C FC 56 2C 0 1 D3 61 38
Octal 43 214 374 126 54 0 1 323 141 70
Binary 100011 10001100 11111100 1010110 101100 0 1 11010011 1100001 111000

Color Harmonies of #238CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CFC

Black with #238CFC

Text Example


Text Example

White with #238CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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