Html Css Color HEX #265FBA Cerulean Blue

📋 copy color: '#265FBA'

red 38 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #265FBA

Tints of Cerulean Blue #265FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 11.91%
G = 29.78%
B = 58.31%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#265FBA (or 0x265FBA) is known color: Cerulean Blue. HEX triplet: 26, 5F and BA. RGB value is (38,95,186). Sum of RGB (Red+Green+Blue) = 38+95+186=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #265FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FBA is #D9A045. Grayscale: #575757. Windows color (decimal): -14262342 or 12214054. OLE color: 12214054.

HSL color Cylindrical-coordinate representation of color #265FBA: hue angle of 216.89º 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 #265FBA is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 95 186 -
CMYK 0.80 0.49 0 0.27
HSL 216.89º 0.66% 0.44% -
HSV(B) 216.89º 0.8% 0.73% -
XYZ 13.75 12.14 48.07 -
YUV 88.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 38 95 186 0.80 0.49 0 0.27 216.89 0.66 0.44
Hex 26 5F BA 50 31 0 1B D9 42 2C
Octal 46 137 272 120 61 0 33 331 102 54
Binary 100110 1011111 10111010 1010000 110001 0 11011 11011001 1000010 101100

Color Harmonies of #265FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FBA

Black with #265FBA

Text Example


Text Example

White with #265FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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