Html Css Color HEX #1384BC Bondi Blue

📋 copy color: '#1384BC'

red 19 ◦ green 132 ◦ blue 188

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

Shades of Bondi Blue #1384BC

Tints of Bondi Blue #1384BC

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 5.6%
G = 38.94%
B = 55.46%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1384BC (or 0x1384BC) is known color: Bondi Blue. HEX triplet: 13, 84 and BC. RGB value is (19,132,188). Sum of RGB (Red+Green+Blue) = 19+132+188=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #1384BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384BC is #EC7B43. Grayscale: #686868. Windows color (decimal): -15498052 or 12354579. OLE color: 12354579.

HSL color Cylindrical-coordinate representation of color #1384BC: hue angle of 199.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1384BC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 132 188 -
CMYK 0.90 0.30 0 0.26
HSL 199.88º 0.82% 0.41% -
HSV(B) 199.88º 0.9% 0.74% -
XYZ 17.6 20.27 50.56 -
YUV 104.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 19 132 188 0.90 0.30 0 0.26 199.88 0.82 0.41
Hex 13 84 BC 5A 1E 0 1A C8 52 29
Octal 23 204 274 132 36 0 32 310 122 51
Binary 10011 10000100 10111100 1011010 11110 0 11010 11001000 1010010 101001

Color Harmonies of #1384BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384BC

Black with #1384BC

Text Example


Text Example

White with #1384BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1384BC; }

 p { color: rgb(19,132,188); }

 H1.HeaderClassName
 {
   color: #1384BC;
 }
 .AnyTagClassName
 {
   color: #1384BC;
 }
</style>

background-color css

<style>
 a { background-color: #1384BC; }

 a { background-color: rgb(19,132,188); }

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

border-color css

<style>
 span { border-color: #1384BC; }

 span { border-color: rgb(19,132,188); }

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