Html Css Color HEX #127DBE Cerulean

📋 copy color: '#127DBE'

red 18 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #127DBE

Tints of Cerulean #127DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 5.41%
G = 37.54%
B = 57.06%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127DBE (or 0x127DBE) is known color: Cerulean. HEX triplet: 12, 7D and BE. RGB value is (18,125,190). Sum of RGB (Red+Green+Blue) = 18+125+190=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #127DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBE is #ED8241. Grayscale: #646464. Windows color (decimal): -15565378 or 12483858. OLE color: 12483858.

HSL color Cylindrical-coordinate representation of color #127DBE: hue angle of 202.67º 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 #127DBE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 125 190 -
CMYK 0.91 0.34 0 0.25
HSL 202.67º 0.83% 0.41% -
HSV(B) 202.67º 0.91% 0.75% -
XYZ 16.88 18.51 51.4 -
YUV 100.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 18 125 190 0.91 0.34 0 0.25 202.67 0.83 0.41
Hex 12 7D BE 5B 22 0 19 CB 53 29
Octal 22 175 276 133 42 0 31 313 123 51
Binary 10010 1111101 10111110 1011011 100010 0 11001 11001011 1010011 101001

Color Harmonies of #127DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DBE

Black with #127DBE

Text Example


Text Example

White with #127DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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