Html Css Color HEX #258AD5 Curious Blue

📋 copy color: '#258AD5'

red 37 ◦ green 138 ◦ blue 213

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

Shades of Curious Blue #258AD5

Tints of Curious Blue #258AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 9.54%
G = 35.57%
B = 54.9%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#258AD5 (or 0x258AD5) is known color: Curious Blue. HEX triplet: 25, 8A and D5. RGB value is (37,138,213). Sum of RGB (Red+Green+Blue) = 37+138+213=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #258AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AD5 is #DA752A. Grayscale: #737373. Windows color (decimal): -14316843 or 13994533. OLE color: 13994533.

HSL color Cylindrical-coordinate representation of color #258AD5: hue angle of 205.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258AD5 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 138 213 -
CMYK 0.83 0.35 0 0.16
HSL 205.57º 0.7% 0.49% -
HSV(B) 205.57º 0.83% 0.84% -
XYZ 21.86 23.37 66.31 -
YUV 116.35 182.54 71.4 -
System Red Green Blue C M Y K H S L
Decimal 37 138 213 0.83 0.35 0 0.16 205.57 0.7 0.49
Hex 25 8A D5 53 23 0 10 CE 46 31
Octal 45 212 325 123 43 0 20 316 106 61
Binary 100101 10001010 11010101 1010011 100011 0 10000 11001110 1000110 110001

Color Harmonies of #258AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AD5

Black with #258AD5

Text Example


Text Example

White with #258AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,138,213); }

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

background-color css

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

 a { background-color: rgb(37,138,213); }

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

border-color css

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

 span { border-color: rgb(37,138,213); }

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