Html Css Color HEX #237BED Dodger Blue

📋 copy color: '#237BED'

red 35 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #237BED

Tints of Dodger Blue #237BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

 BLUE value IS 237 (92.97% from 255) = 60%

R = 8.86%
G = 31.14%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#237BED (or 0x237BED) is known color: Dodger Blue. HEX triplet: 23, 7B and ED. RGB value is (35,123,237). Sum of RGB (Red+Green+Blue) = 35+123+237=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #237BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237BED is #DC8412. Grayscale: #6D6D6D. Windows color (decimal): -14451731 or 15563555. OLE color: 15563555.

HSL color Cylindrical-coordinate representation of color #237BED: hue angle of 213.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237BED is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 123 237 -
CMYK 0.85 0.48 0 0.07
HSL 213.86º 0.85% 0.53% -
HSV(B) 213.86º 0.85% 0.93% -
XYZ 23.06 20.64 82.89 -
YUV 109.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 35 123 237 0.85 0.48 0 0.07 213.86 0.85 0.53
Hex 23 7B ED 55 30 0 7 D6 55 35
Octal 43 173 355 125 60 0 7 326 125 65
Binary 100011 1111011 11101101 1010101 110000 0 111 11010110 1010101 110101

Color Harmonies of #237BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237BED

Black with #237BED

Text Example


Text Example

White with #237BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,123,237); }

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

background-color css

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

 a { background-color: rgb(35,123,237); }

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

border-color css

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

 span { border-color: rgb(35,123,237); }

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