Html Css Color HEX #258CFB Dodger Blue

📋 copy color: '#258CFB'

red 37 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #258CFB

Tints of Dodger Blue #258CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 8.64%
G = 32.71%
B = 58.64%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#258CFB (or 0x258CFB) is known color: Dodger Blue. HEX triplet: 25, 8C and FB. RGB value is (37,140,251). Sum of RGB (Red+Green+Blue) = 37+140+251=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #258CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFB is #DA7304. Grayscale: #797979. Windows color (decimal): -14316293 or 16485413. OLE color: 16485413.

HSL color Cylindrical-coordinate representation of color #258CFB: hue angle of 211.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258CFB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 140 251 -
CMYK 0.85 0.44 0 0.02
HSL 211.12º 0.96% 0.56% -
HSV(B) 211.12º 0.85% 0.98% -
XYZ 27.55 26.11 94.86 -
YUV 121.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 37 140 251 0.85 0.44 0 0.02 211.12 0.96 0.56
Hex 25 8C FB 55 2C 0 2 D3 60 38
Octal 45 214 373 125 54 0 2 323 140 70
Binary 100101 10001100 11111011 1010101 101100 0 10 11010011 1100000 111000

Color Harmonies of #258CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CFB

Black with #258CFB

Text Example


Text Example

White with #258CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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