Html Css Color HEX #258AC3 Curious Blue

📋 copy color: '#258AC3'

red 37 ◦ green 138 ◦ blue 195

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

Shades of Curious Blue #258AC3

Tints of Curious Blue #258AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.7%

R = 10%
G = 37.3%
B = 52.7%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#258AC3 (or 0x258AC3) is known color: Curious Blue. HEX triplet: 25, 8A and C3. RGB value is (37,138,195). Sum of RGB (Red+Green+Blue) = 37+138+195=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #258AC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258AC3 is #DA753C. Grayscale: #717171. Windows color (decimal): -14316861 or 12814885. OLE color: 12814885.

HSL color Cylindrical-coordinate representation of color #258AC3: hue angle of 201.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #258AC3 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 138 195 -
CMYK 0.81 0.29 0 0.24
HSL 201.65º 0.68% 0.45% -
HSV(B) 201.65º 0.81% 0.76% -
XYZ 19.7 22.51 54.94 -
YUV 114.3 173.54 72.87 -
System Red Green Blue C M Y K H S L
Decimal 37 138 195 0.81 0.29 0 0.24 201.65 0.68 0.45
Hex 25 8A C3 51 1D 0 18 CA 44 2D
Octal 45 212 303 121 35 0 30 312 104 55
Binary 100101 10001010 11000011 1010001 11101 0 11000 11001010 1000100 101101

Color Harmonies of #258AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AC3

Black with #258AC3

Text Example


Text Example

White with #258AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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