Html Css Color HEX #258DFC Dodger Blue

📋 copy color: '#258DFC'

red 37 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #258DFC

Tints of Dodger Blue #258DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 8.6%
G = 32.79%
B = 58.6%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#258DFC (or 0x258DFC) is known color: Dodger Blue. HEX triplet: 25, 8D and FC. RGB value is (37,141,252). Sum of RGB (Red+Green+Blue) = 37+141+252=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #258DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258DFC is #DA7203. Grayscale: #7A7A7A. Windows color (decimal): -14316036 or 16551205. OLE color: 16551205.

HSL color Cylindrical-coordinate representation of color #258DFC: hue angle of 210.98º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258DFC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 141 252 -
CMYK 0.85 0.44 0 0.01
HSL 210.98º 0.97% 0.57% -
HSV(B) 210.98º 0.85% 0.99% -
XYZ 27.86 26.47 95.74 -
YUV 122.56 201.04 66.97 -
System Red Green Blue C M Y K H S L
Decimal 37 141 252 0.85 0.44 0 0.01 210.98 0.97 0.57
Hex 25 8D FC 55 2C 0 1 D3 61 39
Octal 45 215 374 125 54 0 1 323 141 71
Binary 100101 10001101 11111100 1010101 101100 0 1 11010011 1100001 111001

Color Harmonies of #258DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DFC

Black with #258DFC

Text Example


Text Example

White with #258DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,141,252); }

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

background-color css

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

 a { background-color: rgb(37,141,252); }

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

border-color css

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

 span { border-color: rgb(37,141,252); }

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