Html Css Color HEX #237DF8 Dodger Blue

📋 copy color: '#237DF8'

red 35 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #237DF8

Tints of Dodger Blue #237DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 248 (97.27% from 255) = 60.78%

R = 8.58%
G = 30.64%
B = 60.78%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#237DF8 (or 0x237DF8) is known color: Dodger Blue. HEX triplet: 23, 7D and F8. RGB value is (35,125,248). Sum of RGB (Red+Green+Blue) = 35+125+248=408 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.58% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #237DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237DF8 is #DC8207. Grayscale: #6F6F6F. Windows color (decimal): -14451208 or 16284963. OLE color: 16284963.

HSL color Cylindrical-coordinate representation of color #237DF8: hue angle of 214.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #237DF8 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 35 125 248 -
CMYK 0.86 0.50 0 0.03
HSL 214.65º 0.94% 0.55% -
HSV(B) 214.65º 0.86% 0.97% -
XYZ 24.97 21.8 91.7 -
YUV 112.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 35 125 248 0.86 0.50 0 0.03 214.65 0.94 0.55
Hex 23 7D F8 56 32 0 3 D7 5E 37
Octal 43 175 370 126 62 0 3 327 136 67
Binary 100011 1111101 11111000 1010110 110010 0 11 11010111 1011110 110111

Color Harmonies of #237DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DF8

Black with #237DF8

Text Example


Text Example

White with #237DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237DF8; }

 p { color: rgb(35,125,248); }

 H1.HeaderClassName
 {
   color: #237DF8;
 }
 .AnyTagClassName
 {
   color: #237DF8;
 }
</style>

background-color css

<style>
 a { background-color: #237DF8; }

 a { background-color: rgb(35,125,248); }

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

border-color css

<style>
 span { border-color: #237DF8; }

 span { border-color: rgb(35,125,248); }

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