Html Css Color HEX #264FBA Cerulean Blue

📋 copy color: '#264FBA'

red 38 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #264FBA

Tints of Cerulean Blue #264FBA

RGB

 RED value IS 38 (15.23% from 255) = 12.54%

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 12.54%
G = 26.07%
B = 61.39%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264FBA (or 0x264FBA) is known color: Cerulean Blue. HEX triplet: 26, 4F and BA. RGB value is (38,79,186). Sum of RGB (Red+Green+Blue) = 38+79+186=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #264FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FBA is #D9B045. Grayscale: #4E4E4E. Windows color (decimal): -14266438 or 12209958. OLE color: 12209958.

HSL color Cylindrical-coordinate representation of color #264FBA: hue angle of 223.38º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264FBA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 79 186 -
CMYK 0.80 0.58 0 0.27
HSL 223.38º 0.66% 0.44% -
HSV(B) 223.38º 0.8% 0.73% -
XYZ 12.46 9.55 47.64 -
YUV 78.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 38 79 186 0.80 0.58 0 0.27 223.38 0.66 0.44
Hex 26 4F BA 50 3A 0 1B DF 42 2C
Octal 46 117 272 120 72 0 33 337 102 54
Binary 100110 1001111 10111010 1010000 111010 0 11011 11011111 1000010 101100

Color Harmonies of #264FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FBA

Black with #264FBA

Text Example


Text Example

White with #264FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264FBA; }

 p { color: rgb(38,79,186); }

 H1.HeaderClassName
 {
   color: #264FBA;
 }
 .AnyTagClassName
 {
   color: #264FBA;
 }
</style>

background-color css

<style>
 a { background-color: #264FBA; }

 a { background-color: rgb(38,79,186); }

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

border-color css

<style>
 span { border-color: #264FBA; }

 span { border-color: rgb(38,79,186); }

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