Html Css Color HEX #058AD3 Pacific Blue

📋 copy color: '#058AD3'

red 5 ◦ green 138 ◦ blue 211

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

Shades of Pacific Blue #058AD3

Tints of Pacific Blue #058AD3

RGB

 RED value IS 5 (2.34% from 255) = 1.41%

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

 BLUE value IS 211 (82.81% from 255) = 59.6%

R = 1.41%
G = 38.98%
B = 59.6%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#058AD3 (or 0x058AD3) is known color: Pacific Blue. HEX triplet: 05, 8A and D3. RGB value is (5,138,211). Sum of RGB (Red+Green+Blue) = 5+138+211=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #058AD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058AD3 is #FA752C. Grayscale: #6A6A6A. Windows color (decimal): -16413997 or 13863429. OLE color: 13863429.

HSL color Cylindrical-coordinate representation of color #058AD3: hue angle of 201.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AD3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 138 211 -
CMYK 0.98 0.35 0 0.17
HSL 201.26º 0.95% 0.42% -
HSV(B) 201.26º 0.98% 0.83% -
XYZ 20.91 22.91 64.95 -
YUV 106.56 186.94 55.56 -
System Red Green Blue C M Y K H S L
Decimal 5 138 211 0.98 0.35 0 0.17 201.26 0.95 0.42
Hex 5 8A D3 62 23 0 11 C9 5F 2A
Octal 5 212 323 142 43 0 21 311 137 52
Binary 101 10001010 11010011 1100010 100011 0 10001 11001001 1011111 101010

Color Harmonies of #058AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AD3

Black with #058AD3

Text Example


Text Example

White with #058AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058AD3; }

 p { color: rgb(5,138,211); }

 H1.HeaderClassName
 {
   color: #058AD3;
 }
 .AnyTagClassName
 {
   color: #058AD3;
 }
</style>

background-color css

<style>
 a { background-color: #058AD3; }

 a { background-color: rgb(5,138,211); }

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

border-color css

<style>
 span { border-color: #058AD3; }

 span { border-color: rgb(5,138,211); }

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