Html Css Color HEX #258FF4 Dodger Blue

📋 copy color: '#258FF4'

red 37 ◦ green 143 ◦ blue 244

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

Shades of Dodger Blue #258FF4

Tints of Dodger Blue #258FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 8.73%
G = 33.73%
B = 57.55%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#258FF4 (or 0x258FF4) is known color: Dodger Blue. HEX triplet: 25, 8F and F4. RGB value is (37,143,244). Sum of RGB (Red+Green+Blue) = 37+143+244=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #258FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FF4 is #DA700B. Grayscale: #7A7A7A. Windows color (decimal): -14315532 or 16027429. OLE color: 16027429.

HSL color Cylindrical-coordinate representation of color #258FF4: hue angle of 209.28º degrees, saturation: 0.9, 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 #258FF4 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 143 244 -
CMYK 0.85 0.41 0 0.04
HSL 209.28º 0.9% 0.55% -
HSV(B) 209.28º 0.85% 0.96% -
XYZ 26.91 26.57 89.3 -
YUV 122.82 196.38 66.79 -
System Red Green Blue C M Y K H S L
Decimal 37 143 244 0.85 0.41 0 0.04 209.28 0.9 0.55
Hex 25 8F F4 55 29 0 4 D1 5A 37
Octal 45 217 364 125 51 0 4 321 132 67
Binary 100101 10001111 11110100 1010101 101001 0 100 11010001 1011010 110111

Color Harmonies of #258FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FF4

Black with #258FF4

Text Example


Text Example

White with #258FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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