Html Css Color HEX #127DBD Cerulean

📋 copy color: '#127DBD'

red 18 ◦ green 125 ◦ blue 189

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

Shades of Cerulean #127DBD

Tints of Cerulean #127DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 5.42%
G = 37.65%
B = 56.93%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#127DBD (or 0x127DBD) is known color: Cerulean. HEX triplet: 12, 7D and BD. RGB value is (18,125,189). Sum of RGB (Red+Green+Blue) = 18+125+189=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #127DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBD is #ED8242. Grayscale: #636363. Windows color (decimal): -15565379 or 12418322. OLE color: 12418322.

HSL color Cylindrical-coordinate representation of color #127DBD: hue angle of 202.46º degrees, saturation: 0.83, 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 #127DBD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 125 189 -
CMYK 0.90 0.34 0 0.26
HSL 202.46º 0.83% 0.41% -
HSV(B) 202.46º 0.9% 0.74% -
XYZ 16.77 18.47 50.83 -
YUV 100.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 18 125 189 0.90 0.34 0 0.26 202.46 0.83 0.41
Hex 12 7D BD 5A 22 0 1A CA 53 29
Octal 22 175 275 132 42 0 32 312 123 51
Binary 10010 1111101 10111101 1011010 100010 0 11010 11001010 1010011 101001

Color Harmonies of #127DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DBD

Black with #127DBD

Text Example


Text Example

White with #127DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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