Html Css Color HEX #274FBC Cerulean Blue

📋 copy color: '#274FBC'

red 39 ◦ green 79 ◦ blue 188

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

Shades of Cerulean Blue #274FBC

Tints of Cerulean Blue #274FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 12.75%
G = 25.82%
B = 61.44%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#274FBC (or 0x274FBC) is known color: Cerulean Blue. HEX triplet: 27, 4F and BC. RGB value is (39,79,188). Sum of RGB (Red+Green+Blue) = 39+79+188=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #274FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FBC is #D8B043. Grayscale: #4E4E4E. Windows color (decimal): -14200900 or 12341031. OLE color: 12341031.

HSL color Cylindrical-coordinate representation of color #274FBC: hue angle of 223.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274FBC is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 79 188 -
CMYK 0.79 0.58 0 0.26
HSL 223.89º 0.66% 0.45% -
HSV(B) 223.89º 0.79% 0.74% -
XYZ 12.71 9.65 48.77 -
YUV 79.47 189.25 99.14 -
System Red Green Blue C M Y K H S L
Decimal 39 79 188 0.79 0.58 0 0.26 223.89 0.66 0.45
Hex 27 4F BC 4F 3A 0 1A E0 42 2D
Octal 47 117 274 117 72 0 32 340 102 55
Binary 100111 1001111 10111100 1001111 111010 0 11010 11100000 1000010 101101

Color Harmonies of #274FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FBC

Black with #274FBC

Text Example


Text Example

White with #274FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,188); }

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

background-color css

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

 a { background-color: rgb(39,79,188); }

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

border-color css

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

 span { border-color: rgb(39,79,188); }

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