Html Css Color HEX #007DBE Cerulean

📋 copy color: '#007DBE'

red 0 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #007DBE

Tints of Cerulean #007DBE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 39.68%
B = 60.32%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007DBE (or 0x007DBE) is known color: Cerulean. HEX triplet: 00, 7D and BE. RGB value is (0,125,190). Sum of RGB (Red+Green+Blue) = 0+125+190=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #007DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBE is #FF8241. Grayscale: #5E5E5E. Windows color (decimal): -16745026 or 12483840. OLE color: 12483840.

HSL color Cylindrical-coordinate representation of color #007DBE: hue angle of 200.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DBE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 125 190 -
CMYK 1 0.34 0 0.25
HSL 200.53º 1% 0.37% -
HSV(B) 200.53º 1% 0.75% -
XYZ 16.63 18.38 51.39 -
YUV 95.04 181.59 60.21 -
System Red Green Blue C M Y K H S L
Decimal 0 125 190 1 0.34 0 0.25 200.53 1 0.37
Hex 0 7D BE 64 22 0 19 C9 64 25
Octal 0 175 276 144 42 0 31 311 144 45
Binary 0 1111101 10111110 1100100 100010 0 11001 11001001 1100100 100101

Color Harmonies of #007DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DBE

Black with #007DBE

Text Example


Text Example

White with #007DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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