Html Css Color HEX #258CDC Dodger Blue

📋 copy color: '#258CDC'

red 37 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #258CDC

Tints of Dodger Blue #258CDC

RGB

 RED value IS 37 (14.84% from 255) = 9.32%

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 9.32%
G = 35.26%
B = 55.42%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#258CDC (or 0x258CDC) is known color: Dodger Blue. HEX triplet: 25, 8C and DC. RGB value is (37,140,220). Sum of RGB (Red+Green+Blue) = 37+140+220=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #258CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CDC is #DA7323. Grayscale: #757575. Windows color (decimal): -14316324 or 14453797. OLE color: 14453797.

HSL color Cylindrical-coordinate representation of color #258CDC: hue angle of 206.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258CDC is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 140 220 -
CMYK 0.83 0.36 0 0.14
HSL 206.23º 0.72% 0.5% -
HSV(B) 206.23º 0.83% 0.86% -
XYZ 23.06 24.32 71.19 -
YUV 118.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 37 140 220 0.83 0.36 0 0.14 206.23 0.72 0.5
Hex 25 8C DC 53 24 0 E CE 48 32
Octal 45 214 334 123 44 0 16 316 110 62
Binary 100101 10001100 11011100 1010011 100100 0 1110 11001110 1001000 110010

Color Harmonies of #258CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CDC

Black with #258CDC

Text Example


Text Example

White with #258CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258CDC; }

 p { color: rgb(37,140,220); }

 H1.HeaderClassName
 {
   color: #258CDC;
 }
 .AnyTagClassName
 {
   color: #258CDC;
 }
</style>

background-color css

<style>
 a { background-color: #258CDC; }

 a { background-color: rgb(37,140,220); }

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

border-color css

<style>
 span { border-color: #258CDC; }

 span { border-color: rgb(37,140,220); }

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