Html Css Color HEX #038CDB Pacific Blue

📋 copy color: '#038CDB'

red 3 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #038CDB

Tints of Pacific Blue #038CDB

RGB

 RED value IS 3 (1.56% from 255) = 0.83%

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 0.83%
G = 38.67%
B = 60.5%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#038CDB (or 0x038CDB) is known color: Pacific Blue. HEX triplet: 03, 8C and DB. RGB value is (3,140,219). Sum of RGB (Red+Green+Blue) = 3+140+219=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #038CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CDB is #FC7324. Grayscale: #6B6B6B. Windows color (decimal): -16544549 or 14388227. OLE color: 14388227.

HSL color Cylindrical-coordinate representation of color #038CDB: hue angle of 201.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CDB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 140 219 -
CMYK 0.99 0.36 0 0.14
HSL 201.94º 0.97% 0.44% -
HSV(B) 201.94º 0.99% 0.86% -
XYZ 22.2 23.89 70.46 -
YUV 108.04 190.61 53.08 -
System Red Green Blue C M Y K H S L
Decimal 3 140 219 0.99 0.36 0 0.14 201.94 0.97 0.44
Hex 3 8C DB 63 24 0 E CA 61 2C
Octal 3 214 333 143 44 0 16 312 141 54
Binary 11 10001100 11011011 1100011 100100 0 1110 11001010 1100001 101100

Color Harmonies of #038CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CDB

Black with #038CDB

Text Example


Text Example

White with #038CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038CDB; }

 p { color: rgb(3,140,219); }

 H1.HeaderClassName
 {
   color: #038CDB;
 }
 .AnyTagClassName
 {
   color: #038CDB;
 }
</style>

background-color css

<style>
 a { background-color: #038CDB; }

 a { background-color: rgb(3,140,219); }

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

border-color css

<style>
 span { border-color: #038CDB; }

 span { border-color: rgb(3,140,219); }

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