Html Css Color HEX #274CBF Cerulean Blue

📋 copy color: '#274CBF'

red 39 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #274CBF

Tints of Cerulean Blue #274CBF

RGB

 RED value IS 39 (15.63% from 255) = 12.75%

 GREEN value IS 76 (30.08% from 255) = 24.84%

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

R = 12.75%
G = 24.84%
B = 62.42%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274CBF (or 0x274CBF) is known color: Cerulean Blue. HEX triplet: 27, 4C and BF. RGB value is (39,76,191). Sum of RGB (Red+Green+Blue) = 39+76+191=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #274CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CBF is #D8B340. Grayscale: #4D4D4D. Windows color (decimal): -14201665 or 12536871. OLE color: 12536871.

HSL color Cylindrical-coordinate representation of color #274CBF: hue angle of 225.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274CBF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 76 191 -
CMYK 0.80 0.60 0 0.25
HSL 225.39º 0.66% 0.45% -
HSV(B) 225.39º 0.8% 0.75% -
XYZ 12.83 9.36 50.42 -
YUV 78.05 191.74 100.15 -
System Red Green Blue C M Y K H S L
Decimal 39 76 191 0.80 0.60 0 0.25 225.39 0.66 0.45
Hex 27 4C BF 50 3C 0 19 E1 42 2D
Octal 47 114 277 120 74 0 31 341 102 55
Binary 100111 1001100 10111111 1010000 111100 0 11001 11100001 1000010 101101

Color Harmonies of #274CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CBF

Black with #274CBF

Text Example


Text Example

White with #274CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274CBF; }

 p { color: rgb(39,76,191); }

 H1.HeaderClassName
 {
   color: #274CBF;
 }
 .AnyTagClassName
 {
   color: #274CBF;
 }
</style>

background-color css

<style>
 a { background-color: #274CBF; }

 a { background-color: rgb(39,76,191); }

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

border-color css

<style>
 span { border-color: #274CBF; }

 span { border-color: rgb(39,76,191); }

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