Html Css Color HEX #027BBF Cerulean

📋 copy color: '#027BBF'

red 2 ◦ green 123 ◦ blue 191

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

Shades of Cerulean #027BBF

Tints of Cerulean #027BBF

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

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

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

R = 0.63%
G = 38.92%
B = 60.44%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#027BBF (or 0x027BBF) is known color: Cerulean. HEX triplet: 02, 7B and BF. RGB value is (2,123,191). Sum of RGB (Red+Green+Blue) = 2+123+191=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #027BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BBF is #FD8440. Grayscale: #5E5E5E. Windows color (decimal): -16614465 or 12548866. OLE color: 12548866.

HSL color Cylindrical-coordinate representation of color #027BBF: hue angle of 201.59º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BBF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 123 191 -
CMYK 0.99 0.36 0 0.25
HSL 201.59º 0.98% 0.38% -
HSV(B) 201.59º 0.99% 0.75% -
XYZ 16.51 17.94 51.88 -
YUV 94.57 182.41 61.97 -
System Red Green Blue C M Y K H S L
Decimal 2 123 191 0.99 0.36 0 0.25 201.59 0.98 0.38
Hex 2 7B BF 63 24 0 19 CA 62 26
Octal 2 173 277 143 44 0 31 312 142 46
Binary 10 1111011 10111111 1100011 100100 0 11001 11001010 1100010 100110

Color Harmonies of #027BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BBF

Black with #027BBF

Text Example


Text Example

White with #027BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027BBF; }

 p { color: rgb(2,123,191); }

 H1.HeaderClassName
 {
   color: #027BBF;
 }
 .AnyTagClassName
 {
   color: #027BBF;
 }
</style>

background-color css

<style>
 a { background-color: #027BBF; }

 a { background-color: rgb(2,123,191); }

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

border-color css

<style>
 span { border-color: #027BBF; }

 span { border-color: rgb(2,123,191); }

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