Html Css Color HEX #007BBE Cerulean

📋 copy color: '#007BBE'

red 0 ◦ green 123 ◦ blue 190

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

Shades of Cerulean #007BBE

Tints of Cerulean #007BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.3%

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

R = 0%
G = 39.3%
B = 60.7%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007BBE (or 0x007BBE) is known color: Cerulean. HEX triplet: 00, 7B and BE. RGB value is (0,123,190). Sum of RGB (Red+Green+Blue) = 0+123+190=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #007BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BBE is #FF8441. Grayscale: #5D5D5D. Windows color (decimal): -16745538 or 12483328. OLE color: 12483328.

HSL color Cylindrical-coordinate representation of color #007BBE: hue angle of 201.16º 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 #007BBE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 123 190 -
CMYK 1 0.35 0 0.25
HSL 201.16º 1% 0.37% -
HSV(B) 201.16º 1% 0.75% -
XYZ 16.38 17.88 51.3 -
YUV 93.86 182.25 61.05 -
System Red Green Blue C M Y K H S L
Decimal 0 123 190 1 0.35 0 0.25 201.16 1 0.37
Hex 0 7B BE 64 23 0 19 C9 64 25
Octal 0 173 276 144 43 0 31 311 144 45
Binary 0 1111011 10111110 1100100 100011 0 11001 11001001 1100100 100101

Color Harmonies of #007BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BBE

Black with #007BBE

Text Example


Text Example

White with #007BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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