Html Css Color HEX #127DBF Cerulean

📋 copy color: '#127DBF'

red 18 ◦ green 125 ◦ blue 191

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

Shades of Cerulean #127DBF

Tints of Cerulean #127DBF

RGB

 RED value IS 18 (7.42% from 255) = 5.39%

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 5.39%
G = 37.43%
B = 57.19%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127DBF (or 0x127DBF) is known color: Cerulean. HEX triplet: 12, 7D and BF. RGB value is (18,125,191). Sum of RGB (Red+Green+Blue) = 18+125+191=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #127DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBF is #ED8240. Grayscale: #646464. Windows color (decimal): -15565377 or 12549394. OLE color: 12549394.

HSL color Cylindrical-coordinate representation of color #127DBF: hue angle of 202.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DBF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 125 191 -
CMYK 0.91 0.35 0 0.25
HSL 202.89º 0.83% 0.41% -
HSV(B) 202.89º 0.91% 0.75% -
XYZ 16.99 18.56 51.98 -
YUV 100.53 179.05 69.13 -
System Red Green Blue C M Y K H S L
Decimal 18 125 191 0.91 0.35 0 0.25 202.89 0.83 0.41
Hex 12 7D BF 5B 23 0 19 CB 53 29
Octal 22 175 277 133 43 0 31 313 123 51
Binary 10010 1111101 10111111 1011011 100011 0 11001 11001011 1010011 101001

Color Harmonies of #127DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DBF

Black with #127DBF

Text Example


Text Example

White with #127DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127DBF; }

 p { color: rgb(18,125,191); }

 H1.HeaderClassName
 {
   color: #127DBF;
 }
 .AnyTagClassName
 {
   color: #127DBF;
 }
</style>

background-color css

<style>
 a { background-color: #127DBF; }

 a { background-color: rgb(18,125,191); }

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

border-color css

<style>
 span { border-color: #127DBF; }

 span { border-color: rgb(18,125,191); }

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