Html Css Color HEX #258FF6 Dodger Blue

📋 copy color: '#258FF6'

red 37 ◦ green 143 ◦ blue 246

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

Shades of Dodger Blue #258FF6

Tints of Dodger Blue #258FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

 BLUE value IS 246 (96.48% from 255) = 57.75%

R = 8.69%
G = 33.57%
B = 57.75%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#258FF6 (or 0x258FF6) is known color: Dodger Blue. HEX triplet: 25, 8F and F6. RGB value is (37,143,246). Sum of RGB (Red+Green+Blue) = 37+143+246=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #258FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FF6 is #DA7009. Grayscale: #7A7A7A. Windows color (decimal): -14315530 or 16158501. OLE color: 16158501.

HSL color Cylindrical-coordinate representation of color #258FF6: hue angle of 209.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258FF6 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 143 246 -
CMYK 0.85 0.42 0 0.04
HSL 209.57º 0.92% 0.55% -
HSV(B) 209.57º 0.85% 0.96% -
XYZ 27.22 26.69 90.91 -
YUV 123.05 197.38 66.62 -
System Red Green Blue C M Y K H S L
Decimal 37 143 246 0.85 0.42 0 0.04 209.57 0.92 0.55
Hex 25 8F F6 55 2A 0 4 D2 5C 37
Octal 45 217 366 125 52 0 4 322 134 67
Binary 100101 10001111 11110110 1010101 101010 0 100 11010010 1011100 110111

Color Harmonies of #258FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FF6

Black with #258FF6

Text Example


Text Example

White with #258FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,143,246); }

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

background-color css

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

 a { background-color: rgb(37,143,246); }

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

border-color css

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

 span { border-color: rgb(37,143,246); }

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